@import url('https://fonts.googleapis.com/css?family=Tajawal&display=swap');
body.ar , .ar h1 , .ar h2 , .ar h3 , .ar h4 ,.ar h5,.ar h6,.ar p,.ar a , .ar input , .ar textarea , .ar li , .ar a , .ar label, .ar form , 
.ar button.action.tocart.primary span , .ar button , .ar strong , .ar address , .ar button span, .ar b{
    font-family: 'Tajawal', sans-serif !important;
}
/* html {
    overflow-x: hidden;
} */

#page-loader {
    position: fixed;
    top: 0;
    z-index: 999999999999;
    width: 100%;
    height: 100%;
    background-color: #fbb908;
    background: #fbb908 url(images/meters-line.svg) repeat-x top;
    margin-top: 0;
}

#page-loader::after {
    position: absolute;
    content: '';
    left: 49%;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #3d4176;
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(332deg);
}


.hyperpay-index-request #page-loader {
  display: none;
  }

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -142px 0 0 -107px;
    text-align: center;
z-index: 6;background: #fff;width: 184px;height: 184px;display: flex;justify-content: center;align-items: center;border-radius: 25px;}

.loader-img img {
    max-width: 120px;
    border-radius: 0;
}

.loader-img:after {
    position: absolute;
    top: 46%;
    left: 50%;
    display: block;
    width: 160px;
    height: 160px;
    border-top: 2px solid #fbb908;
    border-right: 2px solid #3d4176;
    border-radius: 50%;
    content: "";
    margin: -70px 0 0 -80px;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.orange {
    color: #faba4c;
}
.sticky-menu.active li.store-language-currency {
    display: none !important;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-60{
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px){
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
}
.row.side-banner-row {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.cdz-tabs .cdz-rounded-border {
    border-radius: 0;
}
.last-banner {
    margin-top: auto;
}

.side-banner-row .cdz-rounded-border {
    border-radius: 0;
    overflow: hidden;
}
.side-banner-row .cdz-banner img {
    width: 100%;
    border: solid 1px #cacaca;
    border-radius: 15px;
	margin-bottom: 10px;
}
.cat-slider-block-block{
	margin-top: 5px;
}
@media only screen and (min-width: 768px){
.page-header .sticky-menu.active .header-panel-right {

    /* z-index: 6; */
}
.breadcrumbs {
    padding-top: 45px;
    margin: 0;
}
.page-header:not(.sksnhv) .sticky-menu.active .header-search-wrap {
    z-index: 1;
}
.rtl-layout .page-header .sticky-menu.active .header-panel-center {
    right: auto;
    left: 161px;
}
.page-header .sticky-menu.active   .features-links>li {
    line-height: normal;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    border: 0;
    background: #fff;
}
.page-header .sticky-menu.active  .features-links>li a {
	padding: 0 5px;
    width: auto;
}
}
@media only screen and (min-width: 1280px){
    .header-search-wrap {
        width: 99% !important;
        margin-right: 3%;
    }
	.header-panel-right {
		width: 29.16667% !important;
	}
	}
@media only screen and (min-width: 1200px){
    .header-search-wrap {
        width: 85.66667% !important;
        margin-right: 5%;
    }
	.header-panel-right {
		width: 29.16667% !important;
	}
	}


	.main-slider {
		margin-left: -8px;
		margin-right: -8px;
	}
	
	.rtl .main-slider {
		margin-right: -8px;
		margin-left: 0;
	}
	.main-slider img {
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-bottomleft: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.main-slider  .slide-caption .button-link {
		display: inline-block;
		cursor: pointer;
		padding: 10px 45px;
		text-transform: uppercase;
		color: #000;
		border-color: #000;
		background: #fff;
		border-radius: 5px;
		transition: all 500ms ease;
		backface-visibility: hidden;
	}
	.main-slider  .sstext-6x {
		/* display: inline-block; */
		padding: 10px 45px;
		text-transform: uppercase;
		color: #fff;
		border-color: #000;
		background: rgb(0 0 0 / 88%);
		border-radius: 5px;
		transition: all 500ms ease;
		backface-visibility: hidden;
	}
	@media only screen and (min-width: 768px){
		.slide-caption .button-link {
			font-size: 22px;
			font-weight: bold;
		}
		.sstext-6x {
			font-size: 32px !important;
			font-weight: bold;
		}
		.main-slider  .slide-caption.slide-top-right {
			right: 14%;
			top: 40%;
		}

	}

span.text-underlink{
	display: none;
}
.extra-top_nav ul{
	float: left;
	width: 460px;
	max-width: 100%;
	margin-bottom: 0 !important;
}
.ar .extra-top_nav ul{
	float: right;
}
.extra-top_nav ul li{
	display: inline-block;
	margin-right: 10px;
    margin-bottom: 0 ;
}
.extra-top_nav ul li a {
	color: #fff;
}
.page-header .header-top {
    padding: 14px 0 !important;
    padding-bottom: 35px !important;
}
.col-sm-12.header-top-left,.col-sm-12.header-top-right {
    margin-top: 0 !important;
}

.page-header .store-contact .store-tel:before, .page-header .store-contact .store-mail:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    font-size: 13px;
    vertical-align: middle;
    margin-right: 7px;
    margin-right: 0px;
    margin-left: 7px;
}
.page-header .store-contact .store-mail:before {
    content: "\f003";
}


@media only screen and (min-width: 768px){
    .page-header .features-links #top-wishlist .label {
        margin: 5px  0 0!important;
        display: block;
    }
	.page-header .header-bottom {
		box-shadow: 0 5px 3px 0px #dddddd;
	}
	.page-header .features-links>li a {
		padding: 5px;
		display: flex;
		flex-direction: column;
		width: 80px;
	}
	.page-header .features-links>li {
		line-height: normal;
		display: inline-block;
		margin: 0;
		vertical-align: top;
		border: solid 1px #D2D2D2;
		background: #fff;
	}
	.page-header .features-links .minicart-wrapper .action.showcart:before {
		content: "\E9A7";
	}
	.store-language-currency .acount-menu .account-menu-items {
		padding: 0 20px !important;
	}
	.store-language-currency .cdz-dropdown {
		position: static !important;
	}
	
	.store-language-currency .cdz-dropdown .cdz-dd-content .cdz-dd-content-inner {
		position: static !important;
	}
	li.store-language-currency  .acount-menu .account-menu-items>li .switcher {
		position: static;

	}
    li.store-language-currency {
        min-width: 85px;
        text-align: center;
    }
    .store-language-currency  span.lang-name {
        display: block;
        position: relative;
        top: 0px;
        font-weight: bold;
        color: #000;
        font-size: 12px;
    }

	}
.rtl-layout .page-header  li.amquote-cart-wrapper.minicart-wrapper {
    margin-right: 10px !important;
}

.page-header .col-sm-7.col-md-7.col-lg-5.header-panel-right {
    z-index: 13;
    position: relative;
}

/* langaue  */
li.store-language-currency a.account-trigger.cdz-dd-trigger {
    display: none;
}
li.store-language-currency .cdz-dd-content-inner {
    padding: 0 !important;
}

.store-language-currency .account-wrapper.cdz-dropdown:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 39px;
    width: 100%;
    margin: 9px 0 0;
    text-align: center;
    display: inline-block;
    background: url(images/global.svg) no-repeat center center;
    background-size: 100% 100%;
    height: 35px;
}
li.store-language-currency  .acount-menu .account-menu-items li.language-link .switcher-dropdown .switcher-option {
    overflow: initial !important;
    position: static !important;
}
li.store-language-currency .cdz-dd-content.wl-drop-menu {
    max-height: initial;
    transform: none;
    height: auto;
    visibility: visible;
    position: static;
    opacity: 1 !important;
    left: 0;
    /* top: 0; */
    /* transition: opacity ease 200ms, transform ease 500ms, max-height ease 500ms; */
    backface-visibility: inherit;
    z-index: 100;
      box-shadow: none;
    overflow: hidden;
    min-width: auto;
}

li.store-language-currency .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    display: block !important;
}
li.store-language-currency .dropdown {
    position: static !important;
}

li.store-language-currency .switcher .options ul.dropdown {
    min-width: auto !important;
    padding: 0;
    margin: 0;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    
}
li.store-language-currency  div#switcher-language-trigger-header-language {
    display: none;
}
li.store-language-currency .acount-menu .account-menu-items>li .switcher .switcher-option a {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	padding-bottom: 8px !important;
    display: flex !important;
    align-items: center;
    z-index: 6;
    justify-content: flex-end;
}

li.store-language-currency  img.lang-img {
    display: none !important;
}

li.store-language-currency .options ul.dropdown:before {
    display: none !important;
    height: 0 !important;
}







/* end lang  */

/* main menu */

@media only screen and (min-width: 768px){
.groupmenu-drop a {
    font-size: 18px !important;
    color: #000 !important;
    background: #efefef;
    padding: 8px;
    display: block;
}
.groupmenu-drop a:hover {
    font-size: 18px !important;
    color: #fff !important;
    background: #E0483E;
    padding: 8px;
    display: block;
}
}



/* cat slider  */

.cat-slider-block .item {
    position: relative;
    padding: 5px;
}


@media only screen and (min-width: 768px){
    .cat-slider-block .item  {
        position: relative;
         transition: all 0.5s;
         margin: 25px 0;
    }
.cat-slider-block .item:hover {
transform: scale(1.1);
z-index: 10;
}
}
.cat-slider-block .item img {
    height: 150px;
    object-fit: cover;
}
.cat-slider a.item-title {
    background: #ffffff;
    border-radius: 5px;
    color: #000;
    width: auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 8px 15px;
    display: inline-flex;
    justify-content: center;
    transition: all 0.5s;
    width: 100%;
    box-shadow: 0px 0px 4px 0px #b2b2b2;
}
.cat-slider:hover a.item-title {
    background: #3D4176;
    border-radius: 5px;
    color: #fff !important;
}

/* offer box  */


.offer-box {
    border: 2px solid #ed3f46;
    background: #ffffff;
    min-height: 48px;
    margin-bottom: 30px;
}
.offer-box .top {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.offer-box .cdz-block-title {
    background: #E0483E;
    color: #fff;
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 275px;
}
.tabs-style-14 .cdz-block-title {
    min-width: 266px;
    height: 48px;
    text-align: center;
}
.offer-box .cdz-block-title p.b-title.h2 {
    color: #fff;
	font-size: 24px;
    font-weight: 500;
}
.online-products p.b-title.h2 {
    font-weight: 500;
    font-size: 24px !important;
}
.offer-ms {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-top: auto;
    margin-bottom: auto;
}

.offer-ms span.red {
    color: #e0483e;
    padding: 0 5px;
}

.offer-box .countdown-timer {
    padding: 5px;
}

.offer-box .cdz-timer-01 .countdown-timer .deal-item .label {
    font-size: 12px;
    margin-top: 5px;
    color: #e4151e;
    font-weight: 600;
    display: block;
    width: 100%;
}

.offer-box .cdz-timer-01 .countdown-timer .deal-item .value {
    font-size: 18px;
    padding: 10px 3px;
    border-radius: 5px;
    background: #e0483e;
    color: #fff;
    display: block;
    min-width: 50px;
}
.offer-box .cdz-product-wrap {
    padding: 0 15px;
}
/* tabs ali  */
.tabs-ali1 {
    background: #fff;
    border: solid 1px #e0483e;
}
.tabs-ali1 .cdz-block-title {
    display: flex;
    margin: 0;
}
.tabs-ali1 .b-title {
    background: #e0483e;
    color: #fff !important;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 275px;
    height: 48px;
}
.tabs-ali1  .abs-dropdown .item.active:after {

    display: none !important;
}

@media only screen and (min-width: 768px){
	.tabs-ali1  .abs-dropdown {
		padding: 10px 15px 10px !important;
	}
	.tabs-ali1  .abs-dropdown .item {
		background: #fff;
		border-bottom: 1px solid #e2e2e2;
		border-left: 1px solid #e2e2e2;
		margin: 0;
		position: relative;
		transition: all ease 400ms;
		border: 1px solid #AFAFAF !important;
		border-radius: 5px !important;
		margin: 10px 0;
		text-align: center;
	}
	.tabs-ali1  .abs-dropdown .item.active {
		background: #e0483e;
		color: #fff;
		border-color: transparent;
		padding-right: 30px;
		width: 100%;
	}
	
	.tabs-ali1 .cdz-tabs {
    position: relative;
    margin-top: -51px !important;
    /* top: -51px !important; */
}
.tabs-ali1 .abs-dropdown {
    width: 276px;
    padding: 10px 0 10px 10px;
    border-left: 1px solid #e0483e;
    display: flex;
    flex-direction: column;
}
	.tabs-ali1 .cdz-tabs {
    width: calc(100% - 276px);
    padding: 10px;
    margin: 0;
    background: transparent;
}
.tabs-ali1  .abs-dropdown .item a {
    padding: 10px;
    color: #000000;
    display: block;
    width: 100%;
    font-size: 18px;
}
}

/* .vt-banner {
    position: absolute !important;
    top: 326px;
    right: 33px;
    width: 230px;
    height: 500px;
    z-index: 3;
    border-radius: 0;
} */

.tabs-ali1 .abs-dropdown .item.banner-tab {
    border: 0 !important;
    padding: 0 !important;
    margin-top: auto;
    margin-bottom: 0 !important;
}
.tabs-ali1 .abs-dropdown .item.banner-tab:hover {
    background: transparent !important;
}
.tabs-ali1 .abs-dropdown .item.banner-tab a.tab-title {
    padding-bottom: 0;
}

    /*
 CSS for tabs
*/
.tabset > input[type="radio"] {
	position: absolute;
	right: -200vw;
  }
  
  .tabset .tab-panel {
	display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
	display: block;
  }
  
  /*
   Styling
  */
  
  
  .tabset > label {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid transparent;
	border-radius: 5px;
	border-color: #ccc;
	cursor: pointer;
	font-weight: 600;
	min-width: 90px;
	text-align: center;
	}
  
  .tabset > label::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 22px;
	height: 4px;
	background: #8d8d8d;
	display:none;
  }
  
  .tabset > label:hover,
  .tabset > input:focus + label {
	color: #e0483e;
	}
  
  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
	background: #06c;
	display:none;
  }
  
  .tabset > input:checked + label {
	border-color: #ccc;
	/* border-radius: 10px; */
	margin-bottom: 0;
	background: #e0483e;
	color: #ffffff;
	}
  
  .tab-panel {
	padding: 15px 0;
	border-top: 0;
	}
  
/* online products  */
.online-products {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px #afafaf;
    border-radius: 0;
}
.online-products .cdz-tabs.df-tabs {
    padding: 0 15px;
}
@media only screen and (min-width: 768px){
	.rtl-layout .online-products  .box-cate-link {
		padding: 0 18% 0 0;
		text-align: right;
	}
.online-products .box-cate-link .tab-title {
    display: inline-block;
    padding: 10px 14px;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    border-color: #ccc;
    cursor: pointer;
    font-weight: 600;
    min-width: 90px;
    text-align: center;
    margin: 5px 3px;
}
.tabs-style-14 .box-cate-link .item.active .tab-title {
    border-color: #ccc;
    /* border-radius: 10px; */
    margin-bottom: 0;
    background: #e0483e;
    color: #ffffff;
}
.slick-prev:before, .slick-next:before {
    visibility: hidden;
}
.store-contact {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 2px;
    padding: 0 10px;
z-index: 2;position: relative;}
}

.ar .slick-slider .slick-arrow.slick-prev {
    left: 0;
    right: 0;
    -webkit-transform: rotate(0deg) translate(0,-50%);
    -moz-transform: rotate(0deg) translate(0,-50%);
    -ms-transform: rotate(0deg) translate(0,-50%);
    transform: rotate(0deg) translate(0,-50%);
}
.ar .slick-slider .slick-arrow.slick-next {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg) translate(0,50%);
    -moz-transform: rotate(180deg) translate(0,50%);
    -ms-transform: rotate(180deg) translate(0,50%);
    transform: rotate(180deg) translate(0,50%);
}

/* pages  */
.ar .product-info-main .product-info-stock-sku .attribute.sku {
    float: right;
}
.page-main.page-main-details .columns .column.main {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}


.product-info-main .product-addto-links .action {
    border: 0;
    background: #ffffff !important;
    color: #000000 !important;
    text-transform: uppercase;
    padding: 10px;
}
.large-box-tocart .cart-qty {
    display: flex;
    position: relative;
    max-width: 130px;
    background: #fff;
    border: solid 1px #dbdbdb;
}
.block.related .field.choice.related {
    right: 5px !important;
    left: 5px !important; 
    display: none;
}
.block.related .block-actions {
    display: none;
}

.columns .column.main {
    display: flex;
    flex-direction: column;
}

.product-details-before {
    order: 3;
}
.product.info.detailed .product.items .item.title>.switch {
    color: #000 !important;
    letter-spacing: 0;
    font-size: 18px;
}



.column.main .block.crosssell, .column.main .block.upsell, .column.main .block.related {
    /* margin-bottom: 30px; */
    background: #fff;
    border: solid 1px #e0483e;
    border-top: solid 2px #e0483e;
}
.product-item-info .price-box .special-price, .product-item-info .price-box .old-price {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.product-list-style-38 .price-section .price-box .old-price .price {
    font-size: 18px;
    font-weight: 400;
}
.block.upsell {
    order: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: solid 1px #e0483e;
    border-top: solid 2px #e0483e;
}
.block.upsell .block-title.title {
    margin-bottom: 20px !important;
    display: inline-flex;
    /* background: #e0483e; */
    /* border: solid 1px #e0483e; */
    color: #fff !important;
    /* padding: 10px; */
}
.column.main .block.related .block-title {
    padding: 0;
    display: flex;
    margin-bottom: 10px;
    /* min-width: 60px; */
}
.column.main .block .title strong {
    font-size: 18px;
    background: #e0483e;
    color: #fff !important;
    margin: 0;
    padding: 5px 10px;
    min-width: 181px;
    display: flex;
    text-align: center;
}
div#reviews {
    order: 2;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: solid 1px #e0483e;
    border-top: solid 2px #e0483e;
    padding: 0;
}
div#reviews h2.product-section-title {
    background: #e0483e;
    color: #fff;
    display: flex;
    width: auto;
    padding: 5px 10px;
}
.row.product-review-wrap {
    margin: 15px;
}
.review-add .field .control input , body textarea {
    background: #ffffff !important;
}


.product-view-style-04 .product-ads-title p {
    width: 60%;
}

/* pages form  */
/* .product-sidebar-info button.amform-show-popup.amcform-button.-default {
    padding: 9px;
    min-width: 120px;
    background: #000000;
    border-color: #000000;
    font-size: 15px !important;
    display: block;
    width: 100%;
    margin: 0 0 15px;
} */
li.ts-product {
    display: flex;
}
li.ts-product span {
    margin-left: 10px;
}
ul.footer-link {
    margin-bottom: 25px !important;
}
#back-top {
   right: auto;
    left: 15px;

}
.product-sidebar-info button.amform-show-popup.amcform-button.-default {
    padding: 0 0;
    min-width: auto;
    background: #ffffff;
    color: #000;
    border-color: #000000;
    font-size: 15px !important;
    display: block;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
    text-transform: capitalize;
}
.product-view-style-04 .product-ads-content .items li {
    text-transform: capitalize;
}

.action.primary.amcform-submit {
    background: #000000 !important;
    border-color: #000000 !important;
    font-size: 15px !important;
}

.form-box-st1 {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.form-box-st1 .amform-layout-one {
    margin-right: 2% !important;
}
.form-box-st1 .amform-form .action.primary, .form-box-st1 .amform-parent .action.primary {
    padding: 9px;
    min-width: 120px;
    background: #000000;
    border-color: #000000;
    font-size: 15px !important;
}
.form-box-st1  .amform-form .action.primary:hover, .form-box-st1  .amform-parent .action.primary:hover {
    background: #e0483e;
    color: #fff;
}
.rendered-form textarea.form-control {
    height: auto;
    width: 100%;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label, .field>.label {
    margin: 5px 0;
    font-size: 14px;
}

/* footer  */

.footer-content-bottom {
    background: #faba4c;
    color: #000000;
}
.apps-col {
    display: flex;
    flex-wrap: wrap;
}
.links-col {
    /* text-align: center; */
    display: flex;
    justify-content: center;
}
.links-col .footer-link li {
    padding: 1px 0;
}


.f-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
}
.f-title::after {
    content: "";
    display: block;
    width: 65px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fabb4c;
}
.ar .f-title::after {
    left: auto;
    right: 0;
}




/* footer -form  */
.footer-box.form-box {
    background: hsl(1deg 70% 16% / 69%);
    padding: 15px;
    border-radius: 15px;
}
.footer-form div.mage-error[generated] {
    color: #f8d92f !important;
    font-size: 1.2rem;
}
.footer-form input {
    background: #fff !important;
    color: #000 !important;
}

.footer-form .amform-form .action.primary, .footer-form .amform-parent .action.primary {
    padding: 9px;
    min-width: 120px;
    background: #ffd800 !important;
    color: #000 !important;
}
.rendered-form .form-control, .rendered-form output {
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    display: block;
    background: #fff;
}


/* newletter  */
.sub-col {
    display: flex;
    justify-content: center;
}
.sub-col .newsletter {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sub-col .showhide {
    text-align: center;
}
.block.newsletter .form.subscribe {
    flex-direction: row-reverse;
    display: flex;
}
.ar .block.newsletter .form.subscribe {
    display: flex;
    width: 100%;
	padding: 0 5px;
    flex-direction: row;
}

.page-footer .block.newsletter, .page-footer .block.newsletter .field.newsletter {
    max-width: none;
    width: 100%;
}

.page-footer .block.newsletter input {
    color: #000;
    background: white;
    padding: 0 25px 0 35px;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
input::placeholder {
	color: #000;
  }

.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: auto;
}
.page-footer .block.newsletter .action.subscribe {
    padding: 0;
    width: 98px;
    height: 38px;
    line-height: 38px;
    border: 0;
    transform: none !important;
    transition: all 500ms ease;
    backface-visibility: hidden;
    background: rgb(0 0 0);
    color: #fff;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 100px;
}
.page-footer .block.newsletter .action.subscribe span {
    display: block !important;
}
/* social  */
.page-footer .footer-social a {
    margin: 1px;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    line-height: 25px;
    text-align: center;
    border-radius: 0;
    transition: all 500ms ease;
    backface-visibility: hidden;
    color: #3d4176;
    background: #faba4c;
}
.page-footer .footer-social a .fa:before, .page-footer .footer-social a .fab:before, .page-footer .footer-social a .fas:before {
    font-size: 18px;
    line-height: 31px;
}

/* bottom fotter  */

.gov-logos-col {
    text-align: center;
    display: flex;
    justify-content: center;
}
.gov-logos {
    padding: 15px;
    display: flex;
    justify-content: center;
}
.gov-logos img {
    width: 79px;
    height: 63px;
    object-fit: contain;
}
.apps-col .app-btn {
    margin: 5px;
}
.flex-center {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.post-list .post-date {
    display: none;
}
.item.post-author , .item.post-date ,.sidebar .block-recent-posts .item .post-item-date{
    display: none !important;
}
.post-list .post-footer a.post-read-more {
    font-size: 0 !important;
}
.ar .post-list .post-footer a.post-read-more::before {
    content: " المزيد >>";
    font-size: 14px;
}


.branch-box {
    margin: 15px;
    background: #fff;
    padding: 15px;
}

.catlouge-box {
    margin: 15px;
    background: #fff;
    padding: 15px;
}
.catlouge-box a {
    font-size: 18px;
    margin: 5px 0;
    padding: 5px;
    display: block;
}
p.is-title a {
    color: #000 !important;
}
.product-view-style-04 .product-info-main .price-box {
    max-width: initial !important;
    min-height: 58px;
    /* padding-bottom: 42px; */
}



div#tamara-product-widget {
    position: absolute;
    top: -37px;
    right: 0;
    padding: 0 !important;
}
/* responsive  */

@media only screen and (max-width: 768px){
    .product-view-style-04 .product-info-main .price-box {
        min-height: 87px;
    }
div#tamara-product-widget {
    position: absolute;
    top: 100px;
    right: 18px;
}
	.main-slider {
		margin-left: 0;
		margin-right: 0;
	}
	.main-slider img {
		-webkit-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-bottomleft: 15px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		border-radius: 10px;
	}
	.slide-caption {
		width: auto;
		text-align: center;
		top: 29%;
	}
	.main-slider .sstext-6x {
		/* display: inline-block; */
		padding: 10px 45px;
		text-transform: uppercase;
		color: #fff;
		border-color: #000;
		background: rgb(0 0 0 / 88%);
		border-radius: 5px;
		transition: all 500ms ease;
		backface-visibility: hidden;
		font-size: 15px;
	}
	.tabset {
		text-align: center;
	}

	.cat-slider-block a.item-title {
		padding: 5px 5px;
		font-size: 11px;
	}
	.tabset > label {
		font-weight: 600;
		min-width: 60px;
		text-align: center;
		font-size: 11px;
		margin: 0;
	}
	.row.side-banner-row {
		display: block;
		flex-direction: column;
		height: 100%;
		padding: 15px 0 0;
	}

	.offer-box .top {
		display: flex;
		justify-content: center;
		/* align-items: center; */
		flex-wrap: wrap;
		text-align: center;
	}
	.offer-box .cdz-block-title {
		width: 100%;
	}
	.offer-box .cdz-block-title p.b-title.h2 {

		font-weight: 600;
		font-size: 22px;
	}
	.offer-ms {
		font-size: 20px;
		margin-top: auto;
		margin-bottom: 15px;
	}


	.tabs-ali1 .b-title {
		background: #ffffff;
		color: #000 !important;
		padding: 5px 15px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		min-width: 50%;
		height: 32px;
		font-size: 22px !important;
		padding: 0 10px !important;
	}
	.tabs-ali1 .cdz-block-title {
		display: flex;
		/* margin: 0; */
		margin-bottom: -26px;
		text-align: center;
	}
	.tabs-style-09 .cdz-block-content {
		padding-top: 40px;
		position: relative;
	}


/* footer responsive  */
.page-footer .footer-box .h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 100%;
    font-style: normal;
    padding: 5px 42px !important;
    font-style: normal !important;
}
.footer-box {
    width: 100%;
    background: rgb(18 19 36 / 59%);
    margin: 0 0 5px;
    border-radius: 10px;
    padding: 5px 10px;
    /* text-align: center; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-footer .footer-social {

    text-align: center;
}

}
/*sameh salah css*/
.product-options-wrapper .swatch-option.text{
width: auto !important;
}
.product-list-style-38 .price-section .i-save-pc .i-label{
    height: 46px !important;
}
.rtl-layout .cdz-tabs-wrap.tabs-style-14.block-title-white.online-products .cdz-block-title {
    position: relative !important;
    float: right;
}
.product-info-main .product-info-stock-sku {
    font-size: 16px !important;
    }
.products.products-grid .product-item .swatch-option.color, .product-item .swatch-option.image {
    height: 35px !important;
    width: 35px !important;
}
.product-options-wrapper .swatch-option.image{
    height: 50px !important;
    width: 50px !important;
    margin: 0 5px !important;
}
.groupdrop-banner a img {
    height: 280px !important;
    width: 100%;
    object-fit: cover;
}
.rtl-layout .owl-carousel.owl-rtl .owl-item {
    margin-right: 10px !important;
}
.rtl-layout .cdz-slideshow.main-slider .owl-carousel.owl-rtl .owl-item{
    margin-right: 0 !important;
}

.rtl-layout .product-info-main .product-reviews-summary .reviews-actions {
    float: left;
}
.swatch-option-container {
    padding: 5px;
    border: solid 1px #ed3f46;
    margin: 5px;
    color: #ed3f46;
}
.swatch-attribute-options.clearfix {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.swatch-option.image,.product-view-style-04 .product-info-main .product-options-wrapper .swatch-option.text {
    margin: 0 5px 10px;
}
.product-item .price-box .price-label {

    display: none;
}
.product.attribute.sku .value, .stock.available span,.reviews-actions a {
    font-weight: bold;
}
span.swatch-option-price {
    padding: 5px !important;
}
.swatch-option-container,.swatch-option-container .swatch-option.text,span.swatch-attribute-selected-option {
    font-weight: bold;
}
.rtl-layout [class*='cdz-slideshow'] .owl-nav [class*='owl-'].owl-next,.rtl-layout [class*='cdz-slideshow'] .owl-nav [class*='owl-'].owl-prev{
    top: 250px;
}

.cdz-block-title p {
    font-weight: bold !important;
}
ul.box-cate-link.abs-dropdown li a span {
    font-size: 16px !important;
}
.product-ads-content a span {
    margin-left: 10px;
}

.slick-dots li.slick-active button, .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action, .slick-dots li.slick-active .action-gift {
    background: #ed3f46 !important;
}
ul.slick-dots li button {
    background: #444 !important;
    width:15px !important;
    height: 15px !important;
}
.sms-otp-step-1 {
    display: block !important;
}
.product-view-style-04 .product-info-main .price-box {

    max-width: initial !important;
}

@media (min-width: 768px), print{
.rtl-layout .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-right: 25.8%;
    margin-left: auto !important;
}
}
form#form-validate fieldset.fieldset {
    display: flex;
    flex-direction: column;
}
.field.zip {
    order: 4;
}
.field.region.required {
    order: 1;
}
.field.city.required {
    order: 2;
}
div#newsletter-error {
    color: #fff !important;
}
.page.messages {
    z-index: 1000 !important;
    position: fixed !important;
    top: 95px;
    right: 58px;
    width: 100%;
    text-align: center;
}
/*.page.messages .message-success.success.message {
    z-index: 1000 !important;
    position: fixed !important;
    bottom: 325px;
    right: 891px;
    text-align: center;
}*/
.page.messages {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
@media only screen and (min-width: 768px){
a.btn.btn-block.btn-social.btn-facebook,a.btn.btn-block.btn-social.btn-google{
    /* padding: 6px 44px 6px 12px !important; */
    width: auto !important;
}
}
.zoomWrapper {
    width: 500px !important;
    height: 500px !important;
}
li.item.product .product.actions a.action.edit, li.item.product .product.actions a.action.delete {
    width: 18px !important;
}
.rtl-layout .block-minicart .viewcart {
    width: 35px;
    max-width: 100%;
}
.minicart-items .action.edit:before, .minicart-items .action.delete:before {
    margin-top: -4px;
    margin-right: -1px;
}
.minicart-items .action {
    background: #e0483e !important;
    border: 1px solid #e0483e !important; 
}
@media only screen and (min-width: 1200px){



.cat-slider-block .owl-nav [class*='owl-'].owl-prev {
    right: 35px;
    left: auto;
    transform: translateX(0) !important;
    visibility: visible;
    opacity: 1;
}
.ar .cat-slider-block .owl-nav [class*='owl-'].owl-prev {
    right: auto;
    left: 35px;
}
.cat-slider-block .owl-nav [class*='owl-'].owl-next {
    right: 0px;
    transform: translate(0) !important;
}
.ar .cat-slider-block .owl-nav [class*='owl-'].owl-next {
    right: auto;
    left: 0;
}
.cat-slider-block .owl-nav [class*='owl-'].disabled {
    opacity: 0.5 !important;
}
.cat-slider-block .owl-carousel .owl-nav [class*='owl-'] {
    text-align: center;
    font-size: 0;
    width: 32px !important;
    height: 32px !important;
    line-height: 20px !important;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    position: absolute;
    transition: all 500ms ease;
    backface-visibility: hidden;
    color: #000;
    border-color: transparent;
    background: transparent;
}
.cat-slider-block .owl-nav [class*='owl-'] {
    top: -35px;
    opacity: 1;
    backface-visibility: hidden;
    visibility: visible;
}
.cat-slider-block .owl-carousel .owl-nav [class*='owl-']:before {
    font-size: 30px;
}

}
button.amform-show-popup.amcform-button.-default {
    color: #e0483e !important;
    text-decoration: underline;
}
button#product-addtocart-button {
    order: 1;
}

@media (max-width: 768px){
html {
    overflow-x: hidden;
}
.mb-toolbar-content div#minicart-content-wrapper li.item.product .product.actions a.action.edit, .mb-toolbar-content div#minicart-content-wrapper li.item.product .product.actions a.action.delete {
    width: 18px !important;
    display: inline-block !important;
    float: right;
    position: unset !important;
}
.mb-toolbar-content div#minicart-content-wrapper li.item.product .product.actions a.action.delete {
    float: right !important;
    margin-right: -39px !important;
}
}
.minicart-wrapper .product .actions > .primary, .minicart-wrapper .product .actions > .secondary {
    position: relative !important;
    top: -114px !important;
    right: -38px !important;
}
.cdz-dd-content-inner.nice-scroll .product.actions .secondary, .cdz-dd-content-inner.nice-scroll .nice-scroll .product.actions .primary {
    position: relative !important;
    top: -114px !important;
    right: -38px !important;
}




/******************* zameter ************** */
/* header  */
.page-header {
    background-color: #ffffff;
    margin: 0;
}
.header-social {position: relative; z-index: 2;}
.header-social a {margin: 1px;
    display: inline-flex;
    align-items: center;justify-content: center;vertical-align: top;
    width: 22px;
    font-size: 22px;height: 22px;
    line-height: 25px;
    text-align: center;
    border-radius: 0;
    transition: all 500ms ease;
    backface-visibility: hidden;
    color: #3d4176 !important;
    background: transparent;
}
.page-header .store-contact .store-tel:before, .page-header .store-contact .store-mail:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    font-size: 22px;
    vertical-align: middle;
    margin-right: 7px;
    margin-right: 5px;
    margin-left: 7px;
}

.header-top-right {
    display: flex;
    justify-content: space-between;
    background: #fabb4c;
    position: relative;
    top: 7px;
    text-align: right;
    padding: 20px 15px 5px;
    padding-left: 40px;
    min-height: 55px;
}

.header-top-right:before {
    position: absolute;
    content: '';
    left: -16px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fbb908;
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
}
body.ar .header-top-right:before {
    left: auto;
    right: -16px;
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.header-top-right:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fbb908;
    background: url(images/meters-line.svg) repeat-x top;
    /* background-size: 45px; */
}
body.ar .header-top-right:after {
    left: auto;
    right: 0;
}

.store-contact {
    z-index: 2;
    position: relative;
}

.page-header .store-contact  a {
    color: #3d4176;
    font-weight: bold;
}

.cdz-dropdown .cdz-dd-content .acount-menu .account-menu-items li a:active, .cdz-dropdown .cdz-dd-content .acount-menu .account-menu-items li a:focus, .cdz-dropdown .cdz-dd-content .acount-menu .account-menu-items li a:visited {
    color: #282828;
}


@media only screen and (min-width: 768px){
    .header-search .block-search {
        width: 490px !important;
        max-width: 100%;
    }
    .page-header .sticky-menu:not(.active) .header-search .block-search {
        /* border: none; */
        box-shadow: none;
        border: 1px solid #cacaca;
        width: 490px !important;
        max-width: 100%;
    }
    .page-header .sticky-menu:not(.active) .features-links>li.cart-link, .page-header .sticky-menu:not(.active) .features-links>li:hover {
        background: #fbb908;
    }
    .page-header .sticky-menu:not(.active) .features-links>li.cart-link {
        background: transparent;
    }
    .page-header .header-middle .header-panel-container {
        padding-top: 45px;
        padding-bottom: 0;
        width: 100%;
        max-width: 1600px;
        width: 90%;
        margin: auto;
    }
    
    .page-header .header-bottom {
        max-width: 1600px;
        width: 90%;
        margin: auto;
        bottom: -21px !important;
        position: relative;
        z-index: 2;
        box-shadow: 0 5px 3px 0px rgb(0 0 0 / 22%);
    }
    .page-header .sticky-menu.active .header-bottom {
        padding-top: 5px;
        bottom: 0 !important;
    }
    
    .page-header .sticky-menu:not(.active) .header-menu-wrap.text-center .cdz-horizontal-menu>.groupmenu {
        width: 100%;
        text-align: center;
        /* display: flex; */
        /* justify-content: space-between; */
    }
.store-contact {
    font-size: 16px;
    color: #000;
}

}

/* end header  */


/* slider  */
.owl-carousel .owl-nav [class*='owl-'] {
    color: #fff;
    border-color: #3d4176;
    background: #3d4176;
}
.main-slider {
    margin-bottom: 20px;
}
.main-slider .slide-caption  .blue-bg {
    background: rgb(46 50 95 / 88%);
    padding: 15px;
    border-radius: 15px;
}

    .main-slider .sstext-6x {
        /* display: inline-block; */
        padding: 0;
        text-transform: uppercase;
        color: #fff;
        border-color: transparent;
        background: transparent;
        border-radius: 5px;
        transition: all 500ms ease;
        backface-visibility: hidden;
    }
    
    .sstext-6x .orang {
        color: #fabb4c;
    }
    
    .main-slider .slide-caption .btns-flex {
        position: relative;
    }
    
    .main-slider .slide-caption .button-link {
        font-size: 16px;
        display: inline-block;
        cursor: pointer;
        padding: 10px 15px;
        margin: 5px;
        text-transform: uppercase;
        color: #3d4176;
        border-color: #000;
        background: #fabb4c;
        border-radius: 15px;
        transition: all 500ms ease;
        backface-visibility: hidden;
    }
    
    
    .main-slider .slide-caption .button-link i {
        background: #fff;
        padding: 5px;
        border-radius: 50px;
        width: 26px;
        height: 26px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .ar .main-slider .slide-caption .button-link i {
        transform: rotate(180deg);
    }
    .main-slider .slide-caption .button-link:hover {
        color: #ffffff;
        border-color: #000;
        background: #3d4176;
    }
    .main-slider .slide-caption .button-link:hover i {
        color: #3d4176;
    }

    @media only screen and (min-width: 768px){
        .main-slider .slide-caption.slide-top-right {
            right: 50%;
            left: 6%;
            top: 20%;
        }
        
        }

/* end slider  */
.row.side-banner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 30px;
}

.side-banner-row .cdz-banner img {
    width: 100%;
    border: solid 1px #cacaca;
    border-radius: 0;
    margin-bottom: 10px;
}

h2.main-title {
    font-size: 26px;
    font-weight: bold;
    color: #3d4176;
    margin: 0 !important;
}


/* featueerd products  */

.featured-products-row {
    position: relative;
    background: #faba4c;
    display: flex;
    flex-wrap: wrap;
}
.row.featured-products-row::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fbb908;
    background: url(images/meters-line.svg) repeat-x top;
    /* background-size: 45px; */
    background-position-x: right;
}

.featured-products-row .title-colm {
    background: #3d4176;
    color: #fff;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-products-row .main-title.white {
    color: #fff;
    font-size: 34px;
}
.featured-products-row p.dc {
    margin: 25px 0;
}

a.btn-arrow {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    max-width: 170px;
    min-width: 188px;padding: 6px 10px;
    margin: 15px 0;
    text-transform: uppercase;
    color: #3d4176 !important;
    border-color: #000;
    background: #fabb4c;
    border-radius: 50px;
    transition: all 500ms ease;
    backface-visibility: hidden;
}
a.btn-arrow span {
    margin-left: auto;
    margin-right: -5px;
}
.ar a.btn-arrow span {
    margin-left: -5px;
    margin-right: auto;
}
a.btn-arrow i {
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.ar a.btn-arrow i {
    margin-left: 0;
    margin-right: auto;
    transform: rotate(180deg);
}


.featured-products-box {
    background: #fff;
    margin: 100px 0;
    margin-left: -65px;
    padding: 25px;
}

.ar .featured-products-box {
    margin-left: 0;
    margin-right: -65px;

}


.product-item .price-box .price {
    color: #3d4176;
}



.product-list-style-38 .price-section .i-save-pc .i-label {
    background: #3d4176;
}

.product-list-style-38 .price-section .i-save-pc .i-label:before {
    border-right-color: #3d4176;
}


/* brands block  */
h2.main-title.center {
    text-align: center;
}
.container.brands-container {
    background: #fff;
}
.brands-row {
    padding: 35px 0;
}

.brands-row a.item-image {
    background: #fff;
    padding: 5px;
}
.brands-row img {
    height: 100px;
    object-fit: contain;
}

.btn-block.center {
    text-align: center;
    display: flex;
    justify-content: center;
}

.brands-slider-block .items.owl-carousel {
    border: solid 1px #3d4176;
    padding: 25px;
    background: #fff;
    margin: 15px 0;
}

/* inFO-BLOCK  */
.container.info-container {
    padding: 30px;
}
.info-banner {
    position: relative;
}

.info-banner img {
    height: 656px;
    width: 100%;
    object-fit: cover;
}

.info-banner .dc-box {
    position: absolute;
    top: 40%;
    left: 8%;
    right: 8%;
    background: rgb(255 255 255 / 94%);
    padding: 25px;
    border: solid 8px rgb(61 65 118 / 76%);
    color: #3d4176;
}

.info-banner h3 {
    font-size: 32px;
    text-transform: uppercase;
}
.info-banner p {
    font-size: 16px;
    font-weight: bold;
}

.info-banner.sm img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.info-banner.sm h3.blue-box {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    background: #3d4176;
    padding: 10px 15px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
}
.info-banner {
    position: relative;
}

.info-banner img {
    height: 656px;
    width: 100%;
    object-fit: cover;
}

.info-banner .dc-box {
    position: absolute;
    top: 40%;
    left: 8%;
    right: 8%;
    background: rgb(255 255 255 / 94%);
    padding: 25px;
    border: solid 8px rgb(61 65 118 / 76%);
    color: #3d4176;
}

.info-banner h3 {
    font-size: 32px;
    text-transform: uppercase;
}
.info-banner p {
    font-size: 16px;
    font-weight: bold;
}

.info-banner.sm img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.info-banner.sm h3.blue-box {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    background: #3d4176;
    padding: 5px 10px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
}
h3.blue-box i {
    border: solid 2px #fff;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    width: 39px;
    height: 39px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    font-size: 21px;
    font-weight: 400 !important;
}
.ar h3.blue-box i {
    margin-left: 0;
    margin-right: auto;
    transform: rotate(180deg);
}





/* responsive  */


@media (max-width: 768px){

    /* header  */
    .header-middle::before {
        position: absolute;
        content: '';
        right: -16px;
        top: 0px;
        width: 50%;
        height: 100%;
        display: block;
        background-color: #fbb908;
        -ms-transform: skewX(-25deg);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .ar .header-middle::before {
        right: auto;
        left: -16px;
        -ms-transform: skewX(25deg);
        -webkit-transform: skewX(25deg);
        transform: skewX(25deg);
    }
    .header-middle::after {
        position: absolute;
        content: '';
        right: 0;
        top: 0px;
        width: 42%;
        height: 13px;
        display: block;
        background-color: #25231f;
        background: url(images/meters-line.svg) repeat-x top;
        z-index: 0;
    }

    .ar .header-middle::after {
        right: auto;
        left: 0;
    }
    .page-header .logo {
        max-width: 80px;

    }
    .header-panel-left .logo {
        display: block;
        margin-left: 40px !important;
        margin-right: auto !important;
    }
    .ar .header-panel-left .logo {
        margin-left: auto !important ;
        margin-right:40px !important;
    }
    .header-search-wrap {
        padding: 13px 15px;
    }
    .header-search .search-toggle {
        font-size: 0;
        text-decoration: none;
        width: 35px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: none;
        background: transparent;
        transition: 0.5s;
    }
    
    .header-search .search-toggle:before {
        font-size: 32px;
        color: #000;
    }
    
    
    .page-header .mobi-cart-wrapper .action.showcart {
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: block;
        text-align: center;
        margin: 0 5px;
        position: relative;
    }
    .page-header .mobi-cart-wrapper .action.showcart:before {
        display: inline-block;
        font-family: 'CodazonFont';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e992';
        font-size: 37px;
        speak: none;
        color: #000;
        line-height: 60px;
    }
    
    .page-header .mobi-cart-wrapper .action.showcart .counter.qty {
        display: block;
        top: 0px;
        min-width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
        font-weight: 600;
        right: 0px;
        text-align: center;
        border-radius: 100%;
        color: #fff;
        background: #3d4176;
    }

    /* end header  */

    .row.side-banner-row .col-md-12 {
        /* padding: 0 2px; */
        width: 100%;
    }
    .banner-col {
        margin-bottom: 10px;
    }

    .slide-caption {
        width: auto;
        text-align: center;
        top: 20%;
    }
    p.slide-dc {
        font-size: 12px;
        display: none;
    }
    
    
    .cat-slider-block .item img {
        height: 80px;
        object-fit: cover;
    }
    

    
    .featured-products-box {
        background: #fff;
        margin: 20px 0;
        margin-left: 0;
        padding: 25px;
    }
    
    

    


    h2.main-title {
        font-size: 16px;
        font-weight: bold;
        color: #3d4176;
        margin: 0 !important;
    }





    /* featured-products  */

    .featured-products-row {
        position: relative;
        background: #faba4c;
        display: flex;
        flex-wrap: wrap;
    }

.row.featured-products-row::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 11px;
    display: block;
    background-color: #fbb908;
    background: url(images/meters-line.svg) repeat-x top;
    /* background-size: 45px; */
    background-position-x: right;
}

.featured-products-row .main-title.white {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}
.featured-products-row p.dc {
    display: none;
}
.title-block a.btn-arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: 118px;
    font-size: 12px;
    background: #fff;
}
.ar .title-block a.btn-arrow {
    right: auto;
    left: 10px;
}

.featured-products-row .title-colm {
    background: #3d4176;
    color: #fff;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 38.33333%;
    float: left;
    /* height: 100%; */
    position: static;
}

.col-sm-16.slider-colm {
    width: 61.66667%;
    float: left;
}
.product-list-style-38 .price-section .price {
    font-size: 12px;
    font-weight: 700;
    word-break: break-all;
    white-space: pre-line;
}
.product-list-style-38 .price-section .price-box .old-price .price {
    font-size: 12px;
    font-weight: 400;
}
.product-item .price-box .old-price {
    margin-left: 0;
    margin-right: 0;
}


.featured-products-box {
    background: #fff;
    margin: 90px 0;
    margin-left: -65px;
    padding: 15px;
    margin-left: -120px;
}
.ar .featured-products-box {
    margin-left:-65px;
    margin-right: -120px;
}



.product-item .product-item-name .product-item-link, .product-item .product-item-link, .product-item .product.name a {
    font: 600 12px/1.35 Mukta, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: capitalize;
}
.product-list-style-38 .product-item-name {
    margin: 0;
}

.product-list-style-38 .price-section .i-save-pc .i-label {
    height: 38px !important;
    width: 30px;
    font-size: 11px;
}


.product-list-style-38 .product-item .product-item-actions {
    padding: 5px 0 5px;
}

.product-list-style-38 .products.items.product-items .action.towishlist, .product-list-style-38 .products.items.product-items .action.tocompare, .product-list-style-38 .products.items.product-items a.qs-button, .product-list-style-38 .products.items.product-items .action.primary {
    width: 28px;
    height: 28px;
    line-height: 28px;
margin-bottom: 0;
}

.product-list-style-38 .products.items.product-items .action.towishlist:before, .product-list-style-38 .products.items.product-items .action.tocompare:before, .product-list-style-38 .products.items.product-items a.qs-button:before, .product-list-style-38 .products.items.product-items .action.primary:before {

    font-size: 16px;
    line-height: 28px;
    color: inherit;
}

    /* end featured-products  */

    .brands-slider-block .items.owl-carousel {
        padding: 10px;
        margin: 15px 0;
    }

    .row.info-row {
        display: flex;
    }
    .col-sm-15.big-info-col {
        width: 62.5%;
        float: left;
        padding: 0;
    }
    .col-sm-9.sm-info-col {
        width: 37.5%;
    }

    .info-banner .dc-box {
        position: absolute;
        top: 6px;
        left: 0;
        right: 0;
        background: rgb(255 255 255 / 94%);
        padding: 5px;
        border: solid 8px rgb(61 65 118 / 76%);
        color: #3d4176;
        margin: 15px;
        margin-top: 0;
    }
    .info-banner h3 {
        font-size: 13px;
        text-transform: uppercase;
    }
    .info-banner p {
        font-size: 10px;
        font-weight: bold;
    }
    a.btn-arrow {
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        max-width: 140px;
        min-width: 50px;
        padding: 3px 10px;
        margin: 15px 0;
        text-transform: uppercase;
    }
    a.btn-arrow i {
        background: #fff;
        padding: 5px;
        border-radius: 50px;
        width: 20px;
        height: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
    }

    
    .info-banner img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .info-banner.sm img {
        width: 100%;
        height: 96px;
        object-fit: cover;
    }
    .info-banner.sm h3.blue-box {

        font-size: 12px;
    }
    h3.blue-box i {
        border: solid 2px #fff;
        color: #fff;
        padding: 5px;
        border-radius: 50px;
        width: 19px;
        height: 19px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        font-size: 11px;
        font-weight: 400 !important;
    }


    address, p, ul, ol {
        font-size: 12px;
    }

    .page-footer .showhide.active {
        width: 100%;
    }
    .page-footer .hover-link01 a {
        position: relative;
        overflow: hidden;
        display: block;
        background: rgb(0 0 0 / 40%);
        width: 100%;
        padding: 5px;
        border-radius: 5px;
    }

}
#whatsappchat a.bottom-left {
    left: 2px !important;
    bottom: 64px !important;
}
@media only screen and (min-width: 768px){
.page-header .sticky-menu:not(.active) .header-search .block-search {
    float: left !important;
    width: 490px !important;
    max-width: 100%;
}
.rtl-layout .page-header .sticky-menu:not(.active) .header-search .block-search {
    float: right !important;
}
}
@media only screen and (max-width: 1460px) and (min-width: 1024px){

.hidden-xs.search-form {
    left: -136px !important;
    width: 300px !important;
    max-width: 100%;
    right: 0 !important;
}    
.rtl-layout .hidden-xs.search-form {
    right: -35px !important;
    width: 370px !important;
    max-width: 100%;
    left: auto !important;
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px){

.hidden-xs.search-form {
    left: auto !important;
    width: 263px !important;
    max-width: 100%;
    right: 136px !important;
}    
.rtl-layout .hidden-xs.search-form {
    left: 136px !important;
    width: 263px !important;
    max-width: 100%;
    right: auto !important;
}
}
.owl-stage {
    overflow: hidden;
}