/**Global css Start**/


body{
    font-family: "raleway", sans-serif !important;
}

.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 17px;
}
    .product-qty,
    .qty-count {
        background: transparent;
        color: inherit;
        font-weight: bold;
        font-size: inherit;
        border: none;
        display: inline-block;
        min-width: 0;
        height: 2.5rem;
        line-height: 1;
    }
    focus {
            outline: none;
        }


    .product-qty {
        width: 50px;
        min-width: 0;
        display: inline-block;
        text-align: center;
        appearance: textfield;      
        
        &::-webkit-outer-spin-button,
        &::-webkit-inner-spin-button {
            appearance: none;
            margin: 0;
        }
    }

    .qty-count {
        padding: 0;
        cursor: pointer;
        width: 2.5rem;
        font-size: 1.25em;
        text-indent: -100px;
        overflow: hidden;
        position: relative;
        
        &:before, 
        &:after {
            content: "";
            height: 2px;
            width: 10px;
            position: absolute;
            display: block;
            background: #000;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        &--minus {
            border-right: 1px solid #e2e2e2;
        }
        &--add {
            border-left: 1px solid #e2e2e2;
            &:after {
                transform: rotate(90deg);
            }
        }
        
        &:disabled {
            color: #ccc;
            background: #f2f2f2;
            cursor: not-allowed;
            border-color: transparent;
            
            &:before,
            &:after {
                background: #ccc;
            }
        }
    }
}

.qty-input {
    border-radius: 4px;
    margin-top: 5px;
    box-shadow: 0 1em 2em -0.9em rgba(#000, 0.7);
}

input.product-qty{
    text-align: center;
    border: none;
    padding: 8px 0px;
    background-color: white;
    width: 60px;
    border-top: 2px solid #20c997;
    border-bottom: 2px solid #20c997;
}

.borderAdd{
    border: solid 1px #951b25;
    padding: 5px;
}

.qty-input button {
    width: 50px;
    height: 2.5rem;
    border: 2px solid #20c997;
    font-size: 30px;
    line-height: 25px;
    background: white;
    font-weight: 600;
}

button.qty-count.qty-count--minus {
    width: 23%;
    text-align: center;
    border: none;
    padding: 8px 0px;
}

button.qty-count.qty-count--add {
    width: 24%;
    border: none;
    text-align: center;
    padding: 8px 0px;
}

.cartProduct input.product-qty {
    width: 35%!important;
}

/*quanitiy end*/

html {
    scroll-behavior: smooth;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.destopmodehide{
    display: none;
}

/**Global css End**/


/**Header css Start**/

.middle-header {
    padding: 15px 0px 20px;
}

.headSearch {
    margin-top: 8px;
}

.headSearch input {
    height: 40px;
}

a.phoneHere {
    display: block;
    text-align: center;
    padding: 7px 0px 6px;
    font-size: 30px;
    color: #4B2E9A;
    position: relative;
}

.phoneHere .TotalCount {
    background-color: red;
    position: absolute;
    left: 0px;
    height: 21px;
    min-width: 21px;
    font-size: 0.6875rem;
    color: #fff;
    border-radius: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.cartUpdate {
    padding: 10px;
    cursor: pointer;
}

p.deliverySpich {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 0px 20px;
}

.cartTable .table{
    text-align: center;
    line-height: 12px;
    font-size: 13px;
    margin: 0;
}

.cartTable .table thead th{
    padding: 5px;
}

.cartTable .table td, .table th{
    padding: 0;
    vertical-align: middle;
}


a.accountBtn {
    display: block;
    width: 100%;
    text-decoration: none;
    box-shadow: 3px 3px 5px #787878;
    background-color: #4B2E9A;
    color: #fff;
    text-align: center;
    padding: 7px 0px 6px;
    margin-top: 8px;
    transition-duration: 0.2s;
}

a.accountBtn:hover{
    background-color: #444;
}

.search-section{
    padding: 20px;
    background-color: #20c997;
}

.search-button{
    background-color: #4B2E9A;
    color: #fff;
    padding: 0px 20px;
    transition-duration: 0.2s;
    border-color: #4B2E9A;
}

.search-button:hover{
    color: #ddd;
}

span.moble-menus-models {
    color: #000;
    padding: 8px;
    display: block;
    text-align: center;
    font-size: 21px;
    margin-top: 8px;
}

.logo a img {
    width: 130%;
    margin-left: -28px;
    margin-top: 3px;
}

.categoryList {
    background-color: #1d417f;
}

.categoryProducts {
    margin-bottom: 40px;
}

.TopBarMenu {
    background-color: #1d417f;
}
.TopBarMenu ul li {
    display: inline-block;
}

.TopBarMenu ul li a {
    color: white;
    padding: 5px;
    display: block;
}

ul.rightTopMenu {
    text-align: right;
}

.categoryList ul{

}

.categoryList ul li{

}

.categoryList ul li a{
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #fff;
    /* font-weight: 400; */
    transition-duration: 0.4s;
}

.categoryList ul li a:hover{
    background-color: #fff;
    color: #444;
    padding-left: 20px;
}

.categoryList ul li a i{
    font-weight: bold;
}

/**Header css End**/

.hotDeals {
    padding: 40px 0px;
    background-color: antiquewhite;
}

.hotHeader img{
    width: 30%;
}

.newDealcollection {
    color: #fff;
    padding-top:40px;
}

a.cartFix {
    text-decoration: none;
    color: #444;
    display: block;
    right: 0;
    position: fixed;
    z-index: 9999999999999999999999999999999999;
    top: 20%;
    border: 1px solid #ccc;
    box-shadow: -3px 3px 5px #ccc;
}

.catHeader {
    padding: 20px 0px;
}

a.cartFix i{
    font-size: 20px;
}

a.cartFix b{
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #eeee14;
}

.newDealgrid{
    position: relative;
    display:block;
    border: 1px solid #dfdfdf;
}

.newDealgrid img{
    width: 100%;
}

.newDealgrid span.priceParcent {
    bottom: -75px;
    position: absolute;
    display: block;
    width: 40px;
    background-color: brown;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 13px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
}

.newDealgrid span.pricetk {
    position: absolute;
    bottom: 5px;
    left: auto;
    right:0;
    width: 70px;
    background-color: #000;
    color: #fff;
    border-radius: 10px 0 0 10px;
    text-align: center;
    padding: 2px 0 3px;
}

.paginationPart{

}

.ctgGrid:hover img {
    transform: scale(1.12);
    transition-duration: 0.7s;
}
.ctgGrid a>div {
    overflow: hidden;
}

button.slick-next.slick-arrow {
    display: none!important;
}

button.slick-prev.slick-arrow {
    display: none!important;
}

a.btn.continueshopping {
    background-color: #00ecff;
    padding: 7px 20px 5px;
    font-weight: 700;
    letter-spacing: 2px;
    transition-duration: 0.2s;
}

.emptycarts i {
    font-size: 60px;
    display: block;
    margin-top: 50px;
}

.emptycarts p{
    font-size: 25px;
    margin: 5px 0px;
    text-transform: uppercase;
    color: red;
    font-weight: 600;
    letter-spacing: 4px;
}

a.btn.continueshopping:hover{
    background-color: #ccc;
}

.slider-hotone .slick-box.slick-slide {
    margin: 5px;
    position: relative;
}

a.hotBtn {
    text-align: center;
    background-color: #444;
    color: #fff;
    padding: 6px 0px 5px;
    text-transform: uppercase;
    width: 30%;
    float: right;
    font-weight: bold;
    letter-spacing: 1px;
}

span.priceParcent {
    bottom: 6px;
    position: absolute;
    display: block;
    width: 40px;
    background-color: brown;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 13px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
}

span.pricetk {
    position: absolute;
    bottom: 10px;
    left: 60px;
    font-size: 14px;
    width: 69px;
    background-color: #000;
    color: #fff;
    border-radius: 10px 0 0 10px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0 3px;
}

.cartProduct .row{
    padding: 2px 15px;
}

.productGrid{
    padding: 5px;
    box-shadow: 0px 0px 5px #ccc;
    transition-duration: 0.2s;
}

.productGrid a{
    text-decoration: none;
    font-weight: bold;
    color: #cd1131;
    font-size: 18px;
}

.productGrid img{
    width: 100%;
    overflow: hidden;
    transition: .3s;
}

.productGrid a>div {
    overflow: hidden;
}
.productGrid:hover img {
    transform: scale(1.12);
}

.allProducts{
    padding: 40px 0px;
}

.allProducts h2{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
}

p.proTitle {
    text-align: center;
    line-height: 18px;
    height: 35px;
    font-size: 15px;
    margin: 10px 0;
    font-weight: bold;
    color: black;
}

.singleHeader {
    padding: 20px 0px;
}

.productDetails h5 {
    margin: 0;
}

span.stock {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #aca9a9;
    letter-spacing: 1px;
}

p.singlePrice {
    margin: 2px 0px 10px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #2ac92c;
}

span.code {
    display: block;
    font-size: 17px;
    color: gray;
    padding: 4px 2px;
    font-weight: 700;
}

.relatedProducts .slick-box {
    margin: 10px 5px;
}

.relatedProducts .slider-related{
    padding: 10px 0px;
}

.relatedProducts h3{
    margin: 0;
}

/*contact css start*/

.contact-header p{
	width: 60%;
	margin: 0px auto;
	font-weight: normal;
}

.contact-header{
	text-align: center;
	background-image: url(./land.jpg);
	color: #e91e63;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0px 130px;
}

.contactbutton{
	background-color: #EF5108;
    color: #fff;
    padding: 5px 20px;
    margin-top: 50px;
    transition-duration: 0.2s;
}

.contactbutton:hover{
	background-color: red;
}

.contactbutton a{
	text-decoration: none;
	color: #fff;
}

.contact-form{
	margin: 50px 0px;
}

.form-info{
	background-color: #fff;
	border-radius: 5px;
}

.form-info h3{
	font-weight: bold;
}

.form-info p{
	margin: 10px 0px 30px 0px; 
}

.form-group-section{
	margin-bottom: 25px;
}

.required{
    display: block;
    margin: 2px 0px -10px 0px;
    color: red;
    font-size: 12px;
}

.control-section{
	padding: 22px 15px;
}

.control-section:focus{
	box-shadow: none;
}

.submitbutton:focus{
	box-shadow: none;
}

.submitbutton{
	background-color: #2196f3;
    color: #fff;
    margin-top: 7px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 7px 25px 8px;
}

.submitbutton:hover{
	background-color: #009688;
	color: #fff;
}

.orderNow {
    padding: 7px 0px 7px 0;
    display: block;
    max-width: 100%;
    width: 225px;
    text-decoration: none;
    background-color: #17a2b8;
    color: #fff;
    text-align: center;
    transition-duration: 0.3s;
        border: none;
    font-size: 15px;
    margin-top: 10px;
}
.orderNow:hover {
    background: #27626c;
}


input[type=number].product-qty {
    font-weight: 900;
    font-size: 18px;
}

.phoneOrder a:hover {
    background: #094009;
}

.addtoCart{
    padding: 7px 0px 7px 0;
    display: block;
    max-width: 100%;
    color: #fff;
    width: 225px;
    text-decoration: none;
    background-color: #cd1131;
    background-image: none;
        border: none;
    margin-top: 10px;
    text-align: center;
    transition-duration: 0.3s;
    margin-bottom: 8px;
    font-size: 15px;
}

.addtoCart:hover {
    background: #7c1d2d;
}

.AttributeVatiationBtn ul li .variationSpan {
        cursor: pointer;
        font-size: 12px;
        text-align: center;
        /*overflow: hidden;*/
        min-width: 40px;
        min-height: 32px;
        max-width: 45px;
        max-height: 44px;
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 8px;
        margin-right: 10px;
        margin-bottom: 25px;
        background: #fff;
        border: 1px solid #dadada;
        border-radius: 2px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        float:left;
    }
    
    .AttributeVatiationBtn ul li .variationSpan.selected {
        border: 1px solid blue;
    }
    
    .AttributeVatiationBtn ul li .variationSpan img {
        max-width: 35px;
        max-height: 35px;
    }
    
    .AttributeVatiationBtn ul li .variationSpan .variationColor {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: #e7e7e7;
        box-shadow: 0 0 2px #343030;
    }
    
    .AttributeVatiationBtn ul li .variationSpan.disallowed {
        opacity: 0.3;
        cursor: no-drop;
        background: #e8e7e9;
    }
    
    .AttributeVatiationBtn ul li .variationSpan.disallowed span {
        cursor: no-drop;
    }
    
    .AttributeVatiationBtn ul li .variationSpan.disallowed:before, .AttributeVatiationBtn ul li .variationSpan.disallowed:after {
        position: absolute;
        left: 50%;
        content: ' ';
        height: 100%;
        width: 2px;
        background-color: #e55c5c;
    }
    .AttributeVatiationBtn ul li .variationSpan.disallowed:before {
      transform: rotate(45deg);
    }
    .AttributeVatiationBtn ul li .variationSpan.disallowed:after {
      transform: rotate(-45deg);
    }
    
    .AttributeVatiationBtn ul li .variationSpan.disallowed img {
        opacity: 0.2;
    }
    
    ul.productPriceSku li {
        display: none;
    }
    
    ul.productPriceSku li.active {
        /*display: block;*/
    }
    
    img#img_01 {
        box-shadow: 0px 0px 10px #ccc;
    }
    
    .singleproductgallery a{
        display:inline-block;
        padding: 5px;
        width: 24%;
    }
    
    .singleproductgallery a img{
        max-width: 100%;
        box-shadow: 0px 0px 10px #ccc;
    }
    .video-class iframe {
        width: 100%;
        max-height: 100%;
    }
    .productDescription img {
        max-width: 100%;
    }
    .singlefeturedImage{
     position:relative;   
    }
    
    .singlefeturedImag2{
        display:none;
    }
    
    .picZoomer-cursor {
        border-radius: 0;
    }
    
    .picZoomer-pic-wp {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
    }
    .picZoomer-zoom-wp {
        left: 100% !important;
        border: 1px solid gray;
        background: white;
    }
    #img_01{
            cursor: crosshair;
    }
    .proTitle{
        line-height: 1.4;
        margin-top: 15px;
        height: auto;
        color: #000;
        font-weight: 600;
        padding-top: 3px;
        font-size: 26px
    }
    .pri{
        color: #cd1131;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 11px;
        display: block;
    }
    .AttributeVatiationBtn {
    margin-top: 13px;
}

.AttributeVatiationBtn ul li .variationSpan.selected:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}
.AttributeVatiationBtn ul li .variationSpan.selected img {
    border: 1px solid gray;
    border-radius: 8%;
    box-shadow: 0 0 5px #333;
        margin: 2px;
}

.curl1 span:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    font-weight: 700;
}

.curl1 span {
  padding: 4px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  border-color: #ddd;
    color: black;
    font-weight: 800;
}




.deliveryPart{
    margin: 30px 0px;
}

.deliveryPart ul{
    padding: 0;
    margin: 0;
}
span.orderPhone {
    font-size: 22px;
    font-weight: 600;
}

.deliveryPart ul li{
    list-style: none;
    padding: 5px 0px;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

.deliveryPart ul li p{
    margin: 0;
}

.phoneOrder {
    color: red;
    text-transform: uppercase;
}

.shippingAddress p {
    margin: 20px 0px 0px;
    font-size: 14px;
}

.phoneOrder h4{
    text-align: center;
    font-weight: bold;
    color: red;
}

.phoneOrder a {
    margin-top: 13px;
    text-decoration: none;
    color: white;
    width: 66%;
    font-size: 14px;
    line-height: 18px;
    display: block;
    background-color: green;
    padding: 9px 0px;
    transition-duration: 0.3s;
}

/*.phoneOrder a:hover{*/
/*    background-color: #444;*/
/*}*/

.productDescription div#myTabContent {
    box-shadow: 0px 0px 2px #ccc;
    padding: 20px;
}

.productDescription li.nav-item {
    font-size: 20px;
    color: #444;
}

.productDescription {
    margin: 30px 0px;
}

.relatedProducts {
    margin: 45px 0 35px;
}

.cartOrderpage {
    padding: 40px 0px;
}

.shippingAddress {
    border: 1px solid #ccc;
}

.shippingAddress h3{
    margin: 0;
    padding: 10px 20px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    color: #27c127;
    text-transform: uppercase;
}

.infoForm {
    padding: 20px;
}

.infoForm .form-control{
    margin-bottom: 10px;
}

.confirmOrder {
    width: 100%;
    text-align: center;
    background-color: #2ab7d2;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 0px 7px;
    margin: 15px 0;
    border:none;
}

.continueShop{
    width: 100%;
    text-align: center;
    background-color: brown;
    color: #fff;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 0px 7px;
    border:none;
}
a.continueShop:hover {
    color: white;
    background: #612424;
}
button.confirmOrder:hover {
    background: #27626c;
}

.cartProduct{
    border: 1px solid #ccc;
}

.cartProduct h3{
    margin: 0;
    padding: 10px 20px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    color: #444;
    text-transform: uppercase;
}




/* contact css end*/

/* footer css start*/

.fixedFooter {
    display:none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #482fa1;
    z-index: 9999999999;
    border-top: 1px solid #ffffff59;
}
.fixedFooter ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.fixedFooter ul li a {
    color: white;
    padding: 5px;
    display: block;
    border-right: 1px solid #ffffff14;
}
.fixedFooter ul li a i {
    display: block;
}
.fixedFooter ul li a span {
    display: block;
    font-size:12px;
}
.bottom-footer {
    background-color: #ececec;
    padding: 25px 0px;
}

.footer-widget span#basic-addon2 {
    background-color: #ffa900;
}

button#slick-slide-control00 {
    display: none;
}

.main-footer {
    padding: 50px 0px;
    box-shadow: -1px -5px 10px #e6e6e6;
}

.contactPart {
    text-align: center;
}

.contactPart p{
    line-height: 20px;
    font-size: 15px;
    margin: 0;
}

.contactPart b{
    margin: 15px 0px;
    display: block;
}

.main-footer h3{
    font-size: 20px;
    margin: 0;
}

.footer-widget ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-widget ul li{
    display: block;
}

.footer-widget ul li a{
    text-decoration: none;
    color: #444;
    padding: 2px 0px;
    display: block;
    transition-duration: 0.3s;
}

.footer-widget ul li a:hover{
    margin-left: 5px;
}

ul.socialLinks{
    margin: 10px 0 0 0;
    padding: 0;
}

ul.socialLinks li{
    display: inline-block;
}

ul.socialLinks li a{
    width: 40px;
    text-align: center;
    background: linear-gradient(0deg, #fff, #ddd);
    text-decoration: none;
    display: block;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: -3px 6px 5px #ccc;
    color: #444;
    margin: 0px 5px;
    transition-duration: 0.2s;
}

ul.socialLinks li a:hover{
    box-shadow: none;
}

ul.socialLinks li a i{
    
}

.copyright p{
	margin: 0px;
	color: #e2e2e2;
    color: #777777;
    text-align: center;
}
.copyright a {
    color: #13bda6;
    font-weight: bold;
}

/*footer css end*/


.deliverOptionsIcon{
 max-width:50px;   
}
.deliverOptions {
    font-size: 15px;
    display: inline-block;
    padding: 7px;
    font-weight: 700;
}


header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 10px #ccc;
    background-color: #fff;
}

header.sticky-header.stick {
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

    .TopBarMenu.hidesection {
        display: none;
    }
    .middle-header.hidesection {
        display: none;
    }

    /**Matis Menu multi larvel css Start**/
    .primarymenu {
        padding:0px;
    }

    .multi-lavel ul li {
        padding:0px;
        margin: 0px;
    }

    ul.primarymenu li {
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    }

    ul.primarymenu li a {
        padding: 10px;
        display: block;
        color: white;
        font-weight: bold;
    }

    ul.submenu li{
        display: none;
    }

    ul.submenu li{
        border: 0px;
    }

    ul#submenutwo{
        padding: 0;
        background: #e7e7e7;
    }

    ul#menu li a {
        border-bottom: 1px solid #d6d4d4;
        display: inline-block;
        padding: 5px 1px;
        font-weight: bold;
        font-size: 14px;
        color: #e1e1e1;
        width: 100%;
    }

    /**Matis Menu multi larvel css End**/


/**Side Modals css Start**/
    .side-modals.right {
        right: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    
    .cart_media {
        padding: 10px 8px;
        background-color: #3f3f3f;
    }

    .side-modals {
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right.open-side {
        right: 0;
    }

    .side-modals.open-side {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals .overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #000000a3;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.open-side .overlay {
        opacity: 0.8;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right .cart-inner {
        height: 100vh;
        overflow: auto;
    }

    .side-modals .cart-inner {
        background-color: #fff;
        z-index: 9;
        position: relative;
        top: 0;
    }

    .side-modals .cart-inner .cart_top {
        padding: 15px 10px;
        background-color: var(--warning);
        border-bottom: 2px solid #fff;
    }

/**Side Modals css End**/

/**For Laptop/ testop Large deviece**/

@media only screen and (max-width: 1199px) {

    .copyright p{
        font-size:12px; 
    }
}

/**For Tablet/small laptops/ Medium deviece**/

@media only screen and (max-width: 991px) {



}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {

    .logo a img {
        width: 43%;
        margin: 0;
    }
    .btnOthr {
        margin-top: 30px;
    }
    .fixedFooter {
        display:block;
    }
    .TopBarMenu ul li a{
        font-size:12px;
    }
    .contact-header {
        padding: 12px 0px 21px;
    }
    
    .contact-header p{
        display: none;
    }

    .contact-header h1{
        font-size: 27px;
    }

    .form-info {
        margin: 20px 0px;
    }

    .contact-form {
        margin: 21px 0px;
    }

    .contactbutton{
        margin-top: 0px;
    }
    
    .mobilemodehide{
        display: none;
    }

    .destopmodehide {
        display: block;
    }
    .deliverOptions {
        margin-top: 11px;
        font-size: 12px;
        display: inline-block;
        padding: 5px;
        font-weight: 700;
    }
    span.orderPhone {
        font-size: 18px;
    }
    .phoneOrder a {
        width: 60%;
    }

}

@media (min-width: 1200px){
    .container {
        max-width: 1220px;
    }
    
}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {

    .middle-header {
        padding: 9px 0px;
    }

    .logo a img {
        width: 73%;
        margin-top: 2px;
    }

    .hotHeader {
        margin-bottom: 10px;
    }

    .main-footer {
        padding: 20px;
    }

    .footer-widget {
        margin: 15px 0px;
    }

    span.moble-menus-models {
        text-align: right;
    }

    .hotHeader img {
        width: 100%;
    }

    span.pricetk {
        left: 41px;
    }

    .qty-input {
        margin-bottom: 12px;
    }

    .productDetails {
        margin-top: 20px;
    }

    .productDescription li.nav-item {
        font-size: 15px;
    }
    
    .phoneOrder h4 {
        font-size: 23px;
    }

    a.hotBtn {
        font-size: 13px;
        margin-top: 8px;
        float: right;
        width: 100%;
    }
}
