/*
Theme Name: SmartCreation
Theme URI: https://www.SmartCreation.net/
Description: SmartCreation Main WordPress Template.
Author: SC
Author URI: https://www.SmartCreation.net/
Template: oceanwp
Version: 1.0
*/

/* ضبط صفحة الاقسام للمتاجر على نسخة الجوال */
html,
body{
width:100% !important;
overflow-x:hidden !important;
}


/* ضبط مسافة و فجوات بين صور معرض الصور المحرر التقليدي */
.gallery-item {
    padding: 10px !important;
   margin: 0 !important;
}


/* سنتر المعرض */
.single-post.content-max-width figure img {
    width: 100% !important;
}

.gallery-item a {
    width: 100% !important;
}

