@charset "utf-8";
/*======================================================================================================================
                                                            fonts
======================================================================================================================*/
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Play-Regular';
    src: url('../fonts/Play-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Play-Bold';
    src: url('../fonts/Play-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*======================================================================================================================
                                                            common
======================================================================================================================*/
.bg-cover{
    background-size:cover !important;
    background-repeat: no-repeat !important;
    background-position:center !important;
}
@media(min-width:768px){
    .width-38{
        width:38% !important;
    }
    .width-24{
        width:24% !important;
    }
    .col-33{
        width:33% !important;
    }
    .col-34{
        width:34% !important;
    }
}
.common-heading{
    text-align:center;
}
.common-heading h3{
    margin-top:0;
    color:#fff;
    font-family: 'Play-Bold';
    font-size:39px;
}
.common-heading span{
    display:inline-block;
    height:15px;
    width:15px;
    border:1px solid #f56a05;
    border-radius:100%;
    position:relative;
    margin-bottom:40px;
}
.common-heading span:after,
.common-heading span:before{
    position:absolute;
    content:'';
    top:0;
    bottom:0;
    height:1px;
    margin:auto 0;
    width:90px;
    background:#f56a05;
}
.common-heading span:after{
    left:calc(100% + 15px);
}
.common-heading span:before{
    right:calc(100% + 15px);
}
.common-breadcrumb .breadcrumb{
    padding:20px 0;
    margin:0;
    background:transparent;
    font-family: 'Play-Regular';
    font-size:15px;
    border-bottom:1px solid #ddd;
}
.common-breadcrumb .breadcrumb li a{
    color:#2b2b2b;
}
.common-breadcrumb .breadcrumb li.active{
    color:#f56a05;
}
.common-breadcrumb .breadcrumb>li+li:before{
    content: '\f2fb';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    color:#2b2b2b;
}
.filters .filter-header{
    margin-bottom:10px;
}
.filters .filter-header h3{
    margin:0;
    font-size:34px;
    color:#000;
    font-family: 'Play-Bold';
    line-height:1;
}
.filters .filter-header button{
    height:34px;
    padding:0 20px;
    border:none;
    outline: none;
    background:#f56a05;
    color:#fff;
    font-family: 'Play-Regular';
    text-transform: uppercase;
    font-size:17px;
}
.filters .common-filter-box h4{
    margin:0;
    padding:15px;
    background:#2b2b2b;
    color:#fff;
    font-family: 'Play-Bold';
    font-size:20px;
}
.filters .common-filter-box .filter-options{
    padding:15px;
    margin:0;
    background:#f3f3f3;
}
.filters .common-filter-box .filter-options li.search-holder, .filters .common-filter-box .filter-options li{
    position:relative;
	padding-left: 0 !important;
}
.filters .common-filter-box .filter-options li.search-holder:before, .filters .common-filter-box .filter-options li + li:before, .filters .common-filter-box .filter-options li:before{
	content:'';
}
.filters .common-filter-box .filter-options li.search-holder span{
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    z-index:3;
    font-size:30px;
    transform: rotate(90deg);
    color:#f56a05;
}
.filters .common-filter-box .filter-options li .search{
    width:100%;
    border:none;
    outline: none;
    border:1px solid #ddd;
    height:40px;
    padding:5px 10px;
    padding-right:40px;
    font-family: 'Play-Regular';
    font-size:16px;
}
.filters .common-filter-box .filter-options li + li{
    margin-top:10px;
	padding-left: 0 !important;
}
.filters .common-filter-box .filter-options li .checkbox-inline{
    color:#404040;
    font-family: 'Play-Regular';
    font-size:16px;
}
.filters .slider-wrapper{
    position:relative;
    padding-top:10px;
}
.filters .slider-wrapper .range-bar{
    background:#f56a05;
}
.filters .slider-wrapper .range-quantity{
    background:#000;
}
.filters .slider-wrapper .range-handle{
    height:20px;
    width:20px;
    top:-8px;
}
.filters .slider-wrapper .range-min{
    left:0;
    top:100%;
    color:#404040;
    font-size:16px;
    font-family: 'Play-Regular';
    width:auto;
    padding-top:10px;
}
.filters .slider-wrapper .range-max{
    right:0;
    top:100%;
    color:#404040;
    font-size:16px;
    font-family: 'Play-Regular';
    width:auto;
    padding-top:10px;
}
.filters .slider-wrapper .price-calculate{
    margin-top:40px;
    border:1px solid #ddd;
    background:#fff;
    display:inline-block;
    padding:5px 10px;
    color:#404040;
    font-size:16px;
    font-family: 'Play-Regular';
}
/*======================================================================================================================
                                                            header
======================================================================================================================*/
.header-top{
    background:#000000;
    text-align:center;
    color:#919191;
    padding:10px 0;
}
.header-top p{
    font-size:14px;
    margin:0;
    font-family: 'Play-Regular';
	color:#fff;
}
.header-middle{
    background:#fff;
}
.header-middle .logo-holder a{
    display:inline-block;
    padding:15px;
}
.header-middle .logo-holder a img{
    max-width:100%;
}
.header-middle .call-now-section{
    margin:0;
}
.header-middle .call-now-section li{
    height:122px;
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; 
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}
.header-middle .call-now-section li .icon{
    padding-right:15px;
}
.header-middle .call-now-section li .icon img{
    max-width:100%;
}
.header-middle .call-now-section li .text-and-link .text{
    font-size:18px;
    color:#f56a05;
    font-family: 'Play-Regular';
}
.header-middle .call-now-section li .text-and-link .link a{
    font-size:19px;
    font-family: 'Play-Bold';
    color:#323232;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit--webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz--webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -o--webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-middle .call-now-section li .text-and-link .link a:hover{
    color:#f56a05;
}
.header-middle .cart{
    margin:41.5px 0;
    padding-right:10px;
}
.navbar-header .cart{
    margin:20px 0;
    padding-right:20px;
	float:right;
}
.header-middle .cart a, .navbar-header .cart a{
    display:inline-block;
    position: relative;
}
.header-middle .cart .in-cart-items-number, .navbar-header .cart .in-cart-items-number{
    position:absolute;
    top:0;
    right:-10px;
    height:25px;
    width:25px;
    background:#fff;
    color:#fff;
    font-style: normal;
    text-align:center;
    line-height:25px;
    border-radius: 100%;
    font-family: 'Play-Regular';
    z-index:3;
}
.header-middle .cart .in-cart-items-number:after, .navbar-header .cart .in-cart-items-number:after{
    content:'';
    position: absolute;
    top:2.5px;
    left:2.5px;
    width:20px;
    height:20px;
    border-radius:100%;
    background:#f56a05;
    z-index:-1;
}
.navbar-default{
    background:#000000;
    border:none;
    border-radius:0;
    margin-bottom:0;
}
.navbar-default .navbar-brand{
    height:auto;
    display: none;
}
.navbar-collapse{
    background:#000000;
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
    font-size:15px;
    font-family: 'Play-Bold';
    text-transform: uppercase;
    padding-top:25px;
    padding-bottom:25px;
	
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f56a05;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #f56a05;
    background-color: transparent !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #f56a05;
    background-color: transparent !important;
}
.dropdown-menu{
	background:#000000;

}

.dropdown-menu>li>a{
	color:#fff;
    font-size:16px;
    font-family: 'Play-Bold';
    text-transform: uppercase;
	padding-top:15px;
    padding-bottom:15px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #f56a05;
    text-decoration: none;
    background-color: transparent !important;
    outline: 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f56a05;
    background-color: transparent !important;
}
@media (min-width:768px){
    .navbar-default .navbar-nav{
        margin:0 -15px;
    }
}
.navbar-default.navbar-fixed-top{
    background:#fff;
    box-shadow: 4px 0 10px rgba(0,0,0,0.4);
}
.navbar-default.navbar-fixed-top .navbar-brand{
    display:inline-block;
}
.navbar-default.navbar-fixed-top .navbar-brand img{
    height:60px;
}
.navbar-default.navbar-fixed-top .navbar-collapse{
    background:transparent;
}
.navbar-default.navbar-fixed-top .navbar-nav{
    margin:0; 
}
.navbar-default.navbar-fixed-top .navbar-nav>li>a {
    font-size:14px;
    padding-left:10px;
    padding-right:10px;
    padding-top:35px;
    padding-bottom:35px;
    color:#000;
}
.navbar-default.navbar-fixed-top .navbar-nav>li>a:hover{
    color:#f56a05;
}
.navbar-default .navbar-right{
    display:none;
}
.navbar-default.navbar-fixed-top .navbar-right{
    display:block;
}
.navbar-right>li>a{
    padding-top:0 !important;
    padding-bottom:0 !important;
    margin-top:31.5px;
    margin-bottom:31.5px;
}
.navbar-right>li>a .cart-icon{
    display:inline-block;
}
.navbar-right>li>a .cart-icon img{
    height:25px;
}
.navbar-right>li>a .cart-icon .in-cart-items-number{
    position:absolute;
    top:0;
    right:-6px;
    height:25px;
    width:25px;
    background:#fff;
    color:#fff;
    font-style: normal;
    text-align:center;
    line-height:25px;
    border-radius: 100%;
    font-family: 'Play-Regular';
    z-index:3;
}
.navbar-right>li>a .cart-icon .in-cart-items-number:after{
    content:'';
    position: absolute;
    top:2.5px;
    left:2.5px;
    width:20px;
    height:20px;
    border-radius:100%;
    background:#f56a05;
    z-index:-1;
}
/*======================================================================================================================
                                                            Search modal
======================================================================================================================*/
.search-modal .modal-content {
    border-radius:0px;
    border:none;
}
.search-modal .modal-header{
    background: #f56a05;
    border:none;
    width:100%;
}
.search-modal .modal-header .modal-title{
    color:#fff;
    font-size:24px;
    font-family: 'Play-Bold';
}
.search-modal .modal-header .close{
    font-size:24px;
    color:#fff;
    opacity: 1;
    outline: none;
}
.search-modal .search-by{
    font-family: 'Play-Regular';
    font-size:18px;
    color: #171717;
}
.search-modal .search-by strong{
    font-size:24px;
}
.search-modal .search-label{
   
}
.search-modal .search-label .selection-stage{
    width:70%;
    margin:50px auto 20px auto;
}
.search-modal .search-label .selection-stage ul{
    width:100%;
    height:6px;
    background:#000;
    border-radius:35px;
    margin:0;
    position:relative;
}
.search-modal .search-label .selection-stage ul li{
    height:20px;
    width:20px;
    background:#fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
    border-radius:100%;
    display:inline-block;
    font-size:0;
    position:absolute;
    top:-7px;
}
.search-modal .search-label .selection-stage ul li:after{
    position:absolute;
    content:'';
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:10px;
    height:10px;
    border-radius:100%;
    background:#f56a05;
    margin:auto;
    opacity: 0;
}
.search-modal .search-label .selection-stage ul li:before{
    position:absolute;
    content:'Width';
    top:-30px;
    left:-15px;
    border-radius:100%;
    width:80px;
    height:20px;
     font-family: 'Play-Regular';
    font-size:18px;
    color: #171717;
}
.search-modal .search-label .selection-stage ul li.height:before{
    content:"Height";
}
.search-modal .search-label .selection-stage ul li.rim:before{
    content:"Rim Size";
}
.search-modal .search-label .selection-stage ul li.active:after{
    opacity: 1;
}
.search-modal .search-label .selection-stage ul li.active:before{
    color:#f56a05;
}
.search-modal .search-label .selection-stage ul li:nth-child(1){
    left:0;
}
.search-modal .search-label .selection-stage ul li:nth-child(2){
    left:0;
    right:0;
    margin:0 auto;
}
.search-modal .search-label .selection-stage ul li:nth-child(3){
    right:0;
}
.search-modal .search-label .selected-values{
    padding:20px 0;
}
.search-modal .search-label .selected-values .sec-heading,
.search-modal .search-label .selected-values .value-holder{
    display:inline-block;
}
.search-modal .search-label .selected-values .sec-heading{
    font-size:20px;
    font-family: 'Play-Bold';
    color: #171717;
}
.search-modal .search-label .selected-values .value-holder{
    font-size:17px;
    font-family: 'Play-Regular';
    margin-left:15px;
    color: #171717;
}
.search-modal .search-label .selected-values .value-holder strong,
.search-modal .search-label .selected-values .value-holder span{
    display:inline-block;
}
.search-modal .search-options{
    background:#ddd;
    padding:10px;
    padding-bottom:0;
    max-height:245px;
    overflow: auto;
}
.search-modal .search-options .row{
    margin:0 -5px;
}
.search-modal .search-options .row .col-md-2{
    padding:0 5px;
}
.search-modal .search-options button{
    width:100%;
    margin-bottom:10px;
    border:none;
    background:#fff;
    color: #88898c;
    font-family: 'Play-Regular';
    font-size:15px;
    padding:7px 15px;
	box-shadow: 0 2px #c5c5c5 inset;
    border-radius: 5px;
}
.search-modal .search-options button:hover{
    background:#f56a05;
    color:#fff;
	box-shadow: 0 2px #c5c5c5 inset;
}
.search-modal .search-options .enter_location{
	text-align:center;
	font-family: 'Play-Regular';
    font-size:16px;
	margin:10px 0;
}
.search-modal .search-options .enter_location .reartyrelink{
	display:block;
	width:100%;
}
.search-modal .search-options .enter_location button{
    width:auto;
	padding:10px;
    border:none;
    background:#f56a05;
    color: #fff;
	margin-top:10px;
	

}
.search-modal .search-options .enter_location button:hover{
    background:#000;
    color:#fff;
}
/*======================================================================================================================
                                                            index
======================================================================================================================*/
.home-section1 .items a{
    display:block;
}
.home-section1 .items a img{
    width:100%;
    height:auto;
	/* height:663px; */
}
.home-section1 .owl-dots{
    pointer-events: none;
    bottom:180px;
    position: absolute;
    z-index:2;
    text-align:center;
    left:0;
    width:100%;
}
.home-section1 .owl-dots .owl-dot{
    display:inline-block;
    height:13px;
    width:13px;
    border-radius:100%;
    background:#000;
    pointer-events: all;
    outline: none;
}
.home-section1 .owl-dots .owl-dot + .owl-dot{
    margin-left:7px;
}
.home-section1 .owl-dots .owl-dot.active{
    background:#f56a05;
}
.home-section2{
    margin-top:-170px;
    position: relative;
    z-index:5;
}
.home-section2 .search-section .nav-tabs{
    background:transparent;
    border:none;
}
.home-section2 .search-section .nav-tabs>li{
    margin-bottom:0;
}
.home-section2 .search-section .nav-tabs>li>a{
    border-radius: 0;
    background:#000;
    color:#fff;
    border:none;
    margin-right:1px;
    font-size:23px;
    text-transform: uppercase;
    font-family: 'Play-Bold';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home-section2 .search-section .nav-tabs>li.active>a, 
.home-section2 .search-section .nav-tabs>li.active>a:focus, 
.home-section2 .search-section .nav-tabs>li.active>a:hover{
    background:#f56a05;
    color:#fff;
    border:none;
} 
.home-section2 .search-section .nav>li>a:focus, 
.home-section2 .search-section .nav>li>a:hover{
    background:#f56a05;
    color:#fff;
}
.home-section2 .search-section .tab-pane{

    background:#f56a05;
}
.home-section2 .search-section .tab-content .searc-form-holder{
    padding:0 15px;
}
@media (min-width:768px){
    .home-section2 .search-section .tab-content .row{
        margin:0 -5px;
    }
    .home-section2 .search-section .tab-content .col-md-2,
    .home-section2 .search-section .tab-content .col-md-3{
        padding:0 5px;
    } 
    .home-section2 .search-section .tab-content .searc-form-holder .form-group{
        margin-bottom:0;
        margin-top:50px;
    }
}
.home-section2 .search-section .tab-content .searc-form-holder button{
    height:45px;
    width:100%;
    padding:5px 10px;
    border:none;
    outline: none;
    font-family: 'Play-Regular';
    color: #1d1d1d;
    font-size:17px;
    text-align:left;
	box-shadow: 0 2px #c5c5c5 inset;
    border-radius: 5px;
	background: #FFF !important;
}
.home-section2 .search-section .tab-content .searc-form-holder .inpt{
    display:none;
}
.home-section2 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1d1d1d;
    opacity: 1; /* Firefox */
    font-family: 'Play-Regular';
}

.home-section2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1d1d1d;
    font-family: 'Play-Regular';
}

.home-section2 ::-ms-input-placeholder { /* Microsoft Edge */
    color: #1d1d1d;
    font-family: 'Play-Regular';
}
.home-section2 .search-section .tab-content .searc-form-holder .link-holder{
    height:45px;
    line-height: 45px;
}
.home-section2 .search-section .tab-content .searc-form-holder .link-holder a{
    display:inline-block;
    font-family: 'Play-Regular';
    font-size:13px;
    color:#ffe401;
}
.home-section2 .search-section .tab-content .searc-form-holder .submit{
    height:45px;
    width:100%;
    background: #1a1a1a !important;
    color:#fff;
    border:none;
    outline: none;
    font-family: 'Play-Regular';
    font-size:17px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	box-shadow: 0 4px #353131 inset;
    border-radius: 5px;
}
/*
.home-section2 .search-section .tab-content .searc-form-holder .submit:hover{
    background:transparent;
    color:#1a1a1a;
}
*/
.home-section2 .search-section .tab-content .searc-form-holder .right-search-related-img{
    margin-top:10px;
}
.home-section2 .search-section .tab-content .searc-form-holder .right-search-related-img img{
    width:100%;
}
.home-section3{
    padding:100px 0 50px 0;
}
.home-section3 .section2-left-video{
    position:relative;
}
.home-section3 .section2-left-video img{
    width:100%;
}
.home-section3 .section2-left-video a{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:100px;
    width:100px;
    border-radius:100%;
    background:rgb(197 0 0);
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    line-height:100px;
    font-size:50px;
    color:#fff;
}
.home-section3 .section2-left-video a span{
    display:inline-block;
}
.home-section3 .section2-right-texts{
    padding:20px 0;
}
.home-section3 .section2-right-texts h3{
    margin-top:0;
    font-size:30px;
    font-family: 'Play-Bold';
    text-transform: uppercase;
    padding-bottom:10px;
    position: relative;
    color:#171717;
}
.home-section3 .section2-right-texts h3:after{
    position:absolute;
    content:'';
    left:0;
    top:100%;
    width:140px;
    height:1px;
    background:#dddddd;
}
.home-section3 .section2-right-texts p{
    font-size:14px;
    font-family: 'Play-Regular';
    color:#3d3d3d;
    margin:0;
}
.home-section3 .section2-right-texts p + p{
    margin-top:10px;

}
.home-section3 .section2-right-texts p a{
    font-family: 'Play-Bold';
    color:#f56b05;
}
.home-section3 .home-section3-bottom{
    margin-top:40px;
}
.home-section3 .home-section3-bottom .home-section3-bottom-common{
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; 
    flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.home-section3 .home-section3-bottom .home-section3-bottom-common .left-icon{
    min-width:90px;
    max-width: 90px;
    height:90px;
    background:#f3f3f3;
    text-align:center;
}
.home-section3 .home-section3-bottom .home-section3-bottom-common .left-icon img{
    margin-top:21px;
}
.home-section3 .home-section3-bottom .home-section3-bottom-common .right-texts{
    padding-left:10px;
}
.home-section3 .home-section3-bottom .home-section3-bottom-common .right-texts h4{
    margin-top:0;
    font-size:19px;
    font-family: 'Play-Bold';
    color:#000000;
    margin-bottom:7px;
}
.home-section3 .home-section3-bottom .home-section3-bottom-common .right-texts p{
    margin:0;
    font-family: 'Play-Regular';
    color:#373737;
}
.home-section3 .home-section3-bottom .home-section3-bottom-common .right-texts p a{
    font-family: 'Play-Bold';
    color:#f56a05;
}
@media (min-width:768px){
    .home-section3 .home-section3-bottom .row{
        margin:0 -5px;
    }
    .home-section3 .home-section3-bottom .col-sm-12{
        padding:0 5px;
    }
}
.home-section4{
    padding:70px 0;
}
.home-section4 .common-heading{
    padding-bottom:40px;
}
.home-section4 .steps-common-box h4{
    font-size:21px;
    font-family: 'Play-Regular';
    margin-top:0;
    color:#fff;
    margin-bottom:15px;
    position: relative;
}

.home-section4 .steps-common-box h4 .header-text{
    width:65%;
    position: relative;
}
.home-section4 .steps-common-box h4 .header-text:after{
    position: absolute;
    bottom:-10px;
    content:'1';
    font-family: 'Play-Bold';
    font-size:97px;
    color:#fff;
    opacity: 0.3;
    left:-15px;
    line-height:1;
}
.home-section4 .steps-common-box2 h4 .header-text:after{
    content:'2';
}
.home-section4 .steps-common-box3 h4 .header-text:after{
    content:'3';
}
.home-section4 .steps-common-box h4 .header-icon{
    width:35%;
    position: relative;
    height:46px;
}
.home-section4 .steps-common-box h4 .header-icon img{
    max-width:100%;
    position: absolute;
    right:0;
    bottom:0;
}
.home-section4 .steps-common-box p{
    color:#afafaf;
    font-family: 'Play-Regular';
    font-size:16px;
    margin:0;
}
.home-section4 .steps-common-box p a{
    color:#f56a05;
}
.home-section5{
    padding:50px 0;
}
.home-section5 .common-heading h3{
    color:#1c1f22;
    text-transform: uppercase;
}
.home-section5 .common-heading span{
    border-color:#ddd;
}
.home-section5 .common-heading span:after,
.home-section5 .common-heading span:before{
    background:#ddd;
}
.home-section5 .section5-middle-img{
    margin-top:40px;
}
.home-section5 .section5-middle-img img{
    width:100%;
}
.home-section5 .common-service-holder .common-service{
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; 
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}
.home-section5 .common-service-holder .common-service + .common-service{
    margin-top:150px;
}
.home-section5 .common-service-holder .common-service .service-icon{
    padding-right:15px;
}
.home-section5 .common-service-holder .common-service .service-icon-right{
    padding-right: 0;
    padding-left:15px;
}
.home-section5 .common-service-holder .common-service .service-icon img{
    height:90px;
}
.home-section5 .common-service-holder .common-service .service-texts{
    width:calc(100% - 105px);
    max-width:calc(100% - 105px);
    min-width:calc(100% - 105px);
}
.home-section5 .common-service-holder .common-service .service-texts h4{
    font-size:21px;
    margin-top:0;
    text-transform: uppercase;
    font-family: 'Play-Bold';
    margin-bottom:5px;
}
.home-section5 .common-service-holder .common-service .service-texts p{
    margin:0;
    font-family: 'Play-Regular';
    color:#3a3a3a;
    font-size:15px;
}
.home-section6{
    padding:50px 0;
}
.home-section6 .common-heading h3{ color:#000; }
.home-section6 .common-heading span{
    border-color:#f56a05;
}
.home-section6 .common-heading span:after,
.home-section6 .common-heading span:before{
    background:#f56a05;
}
.home-section6 .items a{
    display:block;
}
.home-section6 .owl-nav{
    height:45px;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto 0;
    pointer-events: none;
}
.home-section6 .owl-nav button{
    padding:0;
    outline: none;
    border:none;
    position:absolute;
    top:0;
    pointer-events: all;
}
.home-section6 .owl-nav button.owl-prev{
    left:-30px;
}
.home-section6 .owl-nav button.owl-next{
    right:-30px;
}
.home-section6 .owl-nav button span{
    height:45px;
    width:30px;
    line-height:45px;
    font-size:20px;
    text-align:center;
    background:#fff;
    color:#272727;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home-section6 .owl-nav button:hover span{
    color:#f56a05;
}
/******* new 24-04-2021 **************/
/*
.home-section6 .row{
	display: flex;
    align-items: center;
    margin: 0 auto;
	
}
*/
.home-section6 [class^="col-"], .home-section6 [class*=" col-"]{
	
}
.home-section6 [class^="col-"] img, .home-section6 [class*=" col-"] img{
	width:100%;
	margin-bottom:30px;
	padding:0 10px;
}
.home-section6 .all-brand-link, .home-section6 .all-brand-link a{
	text-align:center;
	color:#f56a05;
	font-weight:bold;
	font-size:16px;
}
/************* end **************/
.home-section7{
    background:#f56a05;
    padding:50px 0;
}
.home-section7 .news-texts h3{
    margin-top:0;
    font-size:36px;
    font-family: 'Play-Bold';
    color:#fff;
}
.home-section7 .news-texts p{
    color:#fff;
    font-family: 'Play-Regular';
    font-size:17px;
    margin:0;
}
.home-section7 .newsletter-form-holder{
    margin-top:23.5px;
}
.home-section7 .newsletter-form-holder span.emailicon{
    height:50px;
    width:50px;
    display:inline-block;
    float:left;
    text-align:center;
    vertical-align: middle;
    background:#fff;
    line-height:45px;
    font-size:35px;
}
.home-section7 .newsletter-form-holder label{ display:initial !important; font-weight: normal;}
.home-section7 .newsletter-form-holder .inpt{
    width:calc(70% - 50px);
    float:left;
    height:50px;
    border:none;
    outline: none;
    font-family: 'Play-Regular';
    font-size:17px;
	padding:0 !important;
	border-radius:0 !important;
}
.home-section7 .newsletter-form-holder .es-field-wrap{ margin-bottom:0;}
.home-section7 .newsletter-form-holder .inpt-submit{
    width:30%;
    float:left;
    height:50px;
    background:#000000;
    color:#fff;
    border:none;
    outline: none;
    font-size:17px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Play-Regular';
}
.home-section7 .newsletter-form-holder .inpt-submit:hover{
    color:#f56a05;
}
/*======================================================================================================================
                                                     Product  Listing Page
======================================================================================================================*/
.pdct-list-section1{
    margin-top:40px;
}
.product-listing-section{
    padding:30px 0 70px 0;
}
.product-listing-section .product-list .top-bnr a{
    display:block;
}
.product-listing-section .product-list .top-bnr a img{
    width:100%;
}
.product-list .shortby-filters .s-label{
    color:#f56a05;
    font-size:18px;
    font-family: 'Play-Regular';
    display:inline-block;
    margin-right:15px;
}
.product-list .shortby-filters .sb-filter-options .radio-inline{
    font-family: 'Play-Regular';
    font-size:14px;
    color:#404040;
    padding-left:25px;
}
.product-list .shortby-filters .sb-filter-options .radio-inline input{
    display:none;
}
.product-list .shortby-filters .sb-filter-options .radio-inline label{
    margin:0;
    height:32px;
    line-height:32px;
    position:relative;
    cursor: pointer;
}
.product-list .shortby-filters .sb-filter-options .radio-inline label:before{
    content:'';
    height:20px;
    width:20px;
    background:#fff;
    position:absolute;
    top:0;
    left:-25px;
    bottom:0;
    margin:auto 0;
    border:1px solid #ddd;
}
.product-list .shortby-filters .sb-filter-options .radio-inline label:after{
    content:'';
    height:10px;
    width:10px;
    background:#f56a05;
    position:absolute;
    top:0;
    left:-20px;
    bottom:0;
    margin:auto 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product-list .shortby-filters .sb-filter-options .radio-inline input[type="radio"]:checked+label:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product-list .shortby-filters{
    padding:15px;
    background:#f2f2f2;
}
.product-list .pagination{
    margin:0;
    margin-left:8px;
}
.product-list .pagination-bottom{
    text-align:center;
    margin-left:0;
    display:block;
    margin-top:30px;
}
.product-list .pagination>li{
    display:inline-block;
    height:32px;
    line-height:32px;
    vertical-align: top;
    font-family: 'Play-Regular';
}
.product-list .pagination>li a, .product-list .pagination>li span{
    padding:3px;
    min-width:32px;
    text-align:center;
    color:#5e5e5e;
    font-size:16px;
	
}
.product-list .pagination>li a{
	cursor:pointer;
}
.product-list .pagination>li.active a,
.product-list .pagination>li a:hover,
.product-list .pagination>li a:focus{
    background:#f56a05;
    color:#fff;
    border-color:#f56a05;
	
}
.product-list .pagination>li.active span,
.product-list .pagination>li span:hover,
.product-list .pagination>li span:focus{
    background:#f56a05;
    color:#fff;
    border-color:#f56a05;
}
.product-list .shortby-filters .main-filter{
    text-align:right;
}
.product-list .shortby-filters .main-filter button.filter-trigger{
    display:inline-block;
    height:32px;
    line-height:32px;
    padding:0 10px;
    background:#f56a05;
    color:#fff;
    border-radius:3px;
    font-size:15px;
    font-family: 'Play-Regular';
    text-decoration: none;
    border:none;
    outline: none;
}
.product-list .shortby-filters .main-filter .modal{
    padding-right:0 !important;
    text-align:left;
}
.product-list .shortby-filters .main-filter .modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    -moz-transform: translate3d(25%, 0, 0);
    -o-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
.product-list .shortby-filters .main-filter .modal-dialog{
    margin:0;
    margin-top:-1px;
    margin-left:auto;
    width:300px;
}
.product-list .shortby-filters .main-filter .modal-title{
    font-size:20px;
    font-family: 'Play-Bold';
}
.product-list .shortby-filters .main-filter .modal-header .close{
    color:#f56a05;
    font-size:30px;
    opacity: 1;
    outline: none;
}
.product-list .shortby-filters .main-filter .modal-dialog .modal-content{
    border-radius:0;
    height:100vh;
    overflow: auto;

}
.product-list .pd-list .single-product-holder{
    border:1px solid #ddd;
    padding:10px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top:15px;
    margin-bottom:15px;
}
.product-list .pd-list .single-product-holder:hover{
    border-color:#f56a05;
    box-shadow: 0 0 10px rgba(245, 106, 5, 0.5);
}

.product-list .pd-list .single-product-holder .brand-icon img{ height:100%;}
.product-list .pd-list .single-product-holder .production-year{
    position:absolute;
    top:0;
    right:0;
    padding:5px 10px;
    background:#000;
    color:#fff;
    font-size:15px;
    font-family: 'Play-Regular';
}
.product-list .pd-list .product-img{
    display:block;
    text-align:center;
    padding:15px 0;
}
.product-list .pd-list .product-img img{
    max-width:100%;
}
.product-list .pd-list .product-name-and-number span{
    display:inline-block;
}
.product-list .pd-list .product-name-and-number .number{
    color:#000000;
    font-size:15px;
    font-family: 'Play-Regular';
    margin-right:15px;
}
.product-list .pd-list .product-name-and-number .name{
    padding:5px 7px;
    background:#000;
    color:#fff;
    font-size:15px;
    font-family: 'Play-Regular';
}
.product-list .pd-list .wdth-ht{
    margin:0;
    font-size:17px;
    font-family: 'Play-Regular';
    color:#f56a05;
    margin-top:5px;
    padding-bottom:5px;
	text-align:center;
    margin-bottom:5px;
	min-height:65px;
}
.product-list .pd-list .wdth-ht a{
    display:block;
    color:#000;
    font-family: 'Play-Bold';
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom:5px;
}
.product-list .pd-list .wdth-ht a small{
	color:#f56a05;
}
.product-list .pd-list .wdth-ht a:hover{
    color:#f56a05;
}
.product-list .pd-list .location{
    padding:7px 0;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
    margin-bottom:10px;
}
.product-list .pd-list .location span{
    font-family: 'Play-Regular';
    font-size:15px;
    display:inline-block;
    height:28px;
    line-height:28px;
}
.product-list .pd-list .price strong{
    display:block;
    font-family: 'Play-Regular';
    font-size:15px;
    color:#000;
}
.product-list .pd-list .price span{
    display:inline-block;
}
.product-list .pd-list .price .actual-price{
    color:#717171;
    font-size:14px;
    font-family: 'Play-Regular';
    text-decoration: line-through;
    padding-right:5px;
    border-right:1px solid #717171;
    line-height: 1;
    /*margin-right:8px; */
}
.product-list .pd-list .price .discount-price{
    font-family: 'Play-Regular';
    font-size:16px;
    color:#f56a05;
}
.product-list .pd-list .price .discount-price small{
	font-size: 11px;
}
.product-list .pd-list .price-for-four{
    font-family: 'Play-Regular';
}
.product-list .pd-list .price-for-four strong,
.product-list .pd-list .price-for-four span{
    font-weight: bold;
    font-size:14px;
}
.product-list .pd-list .price-for-four span{
    color:#f56a05;
}
.product-list .pd-list .Warranty{
    font-family: 'Play-Bold';
    font-size:14px;
    color:#f56a05;
    padding:5px 0;
	text-align:center;
}
.search_result_heading{ font-family: 'Play-Bold'; font-size:24px;  color:#000;}
.search_result_heading span{ color:#f56a05;}
.search_result_heading span.rear_f_r{ color:#f56a05; margin-right:30px;}
.product-list .pd-list .qty{
    padding:7px 10px;
    margin:0 -10px;
}
.product-list .pd-list .qty label{
    float:left;
    width:30%;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0;
    font-family: 'Play-Regular';
}
.product-list .pd-list .qty strong{
	float:right;
	height:30px;
    line-height:30px;
    margin:0;
    padding:0;
    font-family: 'Play-Regular';
}
.product-list .pd-list .qty input{
    width:20%;
    height:30px;
    font-family: 'Play-Regular';
    outline: none;
    border:none;
    border:1px solid #ddd;
	text-align:center;
	box-shadow: 0 2px #c5c5c5 inset;
    border-radius: 5px;
}
.product-list .pd-list .add-tocart-link{
    margin:0 -10px -10px -10px;
}
.product-list .pd-list .add-tocart-link a{
    display:block;
    padding:10px 15px;
    text-align:center;
	background:#f56a05;
    color:#fff;
    font-family: 'Play-Regular';
    font-size:17px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	border:1px solid #f56a05;
}
.product-list .pd-list .add-tocart-link a:hover{
    background:#000;
    color:#fff;
	border:1px solid #000;
}
.product-list{margin-bottom:20px;}
.product-listing-section h1{
    font-size:24px;
    font-family: 'Play-Bold';
    color:#000;
}
.product-listing-section h1 strong{
    color:#f56a05;
}
.product-listing-section p{
    font-size:17px;
    color:#000;
    font-family: 'Play-Regular';
}
.product-listing-section h2{
    font-size:22px;
    color:#000;
    font-family: 'Play-Bold';
}
.product-listing-section h3{
    font-size:20px;
    color:#000;
    font-family: 'Play-Bold';
}
.product-listing-section h4{
    font-size:18px;
    color:#000;
    font-family: 'Play-Bold';
}
.product-listing-section ul{
    list-style: none;
}
.product-listing-section ul:not(.pagination) li{
    position:relative;
    padding-left:28px;
    font-family: 'Play-Regular';
    font-size:17px;
    color:#000;
}
.product-listing-section ul:not(.pagination) li + li{
    margin-top:7px;
}
.product-listing-section ul:not(.pagination) li:before{
    position:absolute;
    top:3px;
    left:0;
    content:'\f26b';
    color:#f56a05;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size:20px;
    font-weight:bold;
}
.product-listing-section h3{
    font-size:20px;
    font-family: 'Play-Regular';
    color:#000;
}
.product-listing-section h3 strong{
    color:#f56a05;
}
.product-listing-section p a{
    color:#000;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-listing-section p a:hover{
    color:#f56a05;
}
/*======================================================================================================================
                                                     Product search Listing Page
======================================================================================================================*/
.product-listing-section .product-list .two-products{
    border:1px solid #ccc;
    border-radius:5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top:30px;
}
.product-listing-section .two-products .brand-icon-holder{
    padding:5px 10px;
    border-bottom:1px solid #ccc;
}
.product-listing-section .two-products .brand-icon-holder img{
	height:52px;
	overflow:hidden;
}
.product-listing-section .two-products .single-product-holder{
    width:50%;
    border:none;
    padding:0;
    margin:0;
}
.product-listing-section .two-products .single-product-holder:hover{
    box-shadow: none;
    
}
.product-listing-section .two-products .single-product-holder.second{
    border-left:1px solid #ccc;
}
.product-listing-section .two-products .single-product-holder .product-name-and-number{
    padding:0 10px;
}
.product-listing-section .two-products .single-product-holder .wdth-ht{
    padding:0 10px;
}
.product-listing-section .two-products .single-product-holder .location{
    padding:7px 10px;
}
.product-listing-section .two-products .single-product-holder .price{
    padding:0 10px;
}
.product-listing-section .two-products .single-product-holder .qty{
    margin:0;
}
.product-list .pd-list .two-products:hover {
    border-color: #f56a05;
    box-shadow: 0 0 10px rgba(245, 106, 5, 0.5);
}
.product-listing-section .two-products .add-to-cart-link-holder{
    padding:10px;
    border-top:1px solid #ccc;
    float:left;
    width:100%;
}
.product-listing-section .two-products .add-to-cart-link-holder a{
    display:inline-block;
    padding: 10px 35px;
    text-align: center;
    background: #f56a05;
    color: #fff;
    font-family: 'Play-Regular';
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius:3px;
}
.product-listing-section .two-products .add-to-cart-link-holder a:hover{
    background:#000;
}
.product-listing-section .two-products .add-to-cart-link-holder .pull-right{
   
    line-height:44px;
}
.product-listing-section .two-products .add-to-cart-link-holder .pull-right span{
	font-family: 'Play-Bold';
    font-size: 22px;
	color:#f56a05;
}
.product-listing-section .two-products .add-to-cart-link-holder .pull-right a{
     padding:0;
    background:transparent;
    color:#000;
    text-decoration: underline;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-listing-section .two-products .add-to-cart-link-holder .pull-right a:hover{
    color:#f56a05;
}
/*======================================================================================================================
                                                           Cart
======================================================================================================================*/
.cart-section{
    background:#f6f6f6;
    padding:50px 0;
}
.cart-section .cart-left-section{
    background:#fff;
    padding:40px 20px;
}
.cart-section .cart-left-section h3{
    margin-top:0;
    margin-bottom:20px;
    font-size:34px;
    color:#000;
    font-family: 'Play-Bold';
}
.cart-section .cart-left-section table{
    width:100%;
}
.cart-section .cart-left-section table th{
    color:#000;
    font-family: 'Play-Regular';
    font-size:16px;
    text-transform: uppercase;

    padding:20px 0;
}
.cart-section .cart-left-section table td{
    padding:20px 0;
    vertical-align: top;
    padding-right:30px;
    border-top: 1px solid #ccc;
}
.cart-section .cart-left-section table td span.act-price{
    text-decoration: line-through;
    display:block;
}

.cart-section .cart-left-section table td:nth-child(1){
    width:5%;
}

.cart-section .cart-left-section table td:nth-child(2){
    width:20%;
}
.cart-section .cart-left-section table td:nth-child(3){
    width:25%;
}
.cart-section .cart-left-section table td:nth-child(4){
    width:15%;
}
.cart-section .cart-left-section table td:nth-child(5){
    width:15%;
}
.cart-section .cart-left-section table td:nth-child(6){
    width:20%;
    padding-right:0;
}
.cart-section .cart-left-section table td input{
    height:30px;
    width:60px;
    padding-left:10px;
}
.cart-section .cart-left-section table td .cart-item-img{
    position:relative;
}
.cart-section .cart-left-section table td .cart-item-img button{
    height:25px;
    width:25px;
    position:absolute;
    top:0;
    left:0;
    border-radius:100%;
    border:none;
    outline: none;
    font-size:15px;
    color:#f56a05;
    background:#fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cart-section .cart-left-section table td .cart-item-img button:hover{
    background:#000;
    color:#fff;
}
.cart-section .cart-left-section table td .cart-item-img{
    text-align:center;
}
.cart-section .cart-left-section table td .cart-item-img img{
    max-width:100%;
}
.cart-section .cart-left-section table td{
    font-family: 'Play-Regular';
    font-size:14px;
    color:#4b4b4b;
}
.cart-action{
    padding-top:30px;
}
.cart-action .cupon-code input{
    width:100%;
}
.cart-action .cupon-code .inpt{
    background:transparent;
    height:25px;
    border:none;
    outline: none;
    border-bottom:1px solid #ccc;
    font-size:15px;
}
.cart-action .cupon-code .submit{
    height:25px;
    border:1px solid #f56a05;
    background:#f56a05;
    outline: none;
    color:#fff;
    text-transform: uppercase;
    font-size:11px;
    border-radius:3px;
    font-family: 'Play-Regular';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	font-weight:normal;
}
.cart-action .cupon-code .submit:hover{
    background:#000;
    border-color:#000;
}
.updating-carts {
    text-align:right;
}
.updating-carts button{
    height:25px;
    display:inline-block;
    background:#254371 !important;
    color:#fff !important;
    border:none !important;
    outline: none !important;
    border:1px solid #254371 !important;
    border-radius:3px !important;
    font-family: 'Play-Regular';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-size:11px !important;
    padding-left:15px;
    padding-right:15px;
    line-height:23px;
    padding-top:0;
    padding-bottom:0;
	font-weight:normal!important;
}
.updating-carts button + button{
    margin-left:7px;
}
.updating-carts button.disabled{
    opacity: 0.6;
}
.updating-carts button:hover{
    color:#fff!important;
    background:#f56a05 !important;
    border-color: #f56a05 !important;
}
.updating-carts button.disabled{
    color:#fff!important;
    border:1px solid #254371!important;
    background:#254371!important;
}
.return-to-shop-link-holder a{
    height:25px;
    display:inline-block;
    background:#254371;
    color:#fff;
    border:none;
    outline: none;
    border:1px solid #254371;
    border-radius:3px;
    font-family: 'Play-Regular';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-size:11px;
    padding-left:15px;
    padding-right:15px;
    line-height:23px;
    text-decoration: none;
}
.cart-section .return-to-shop-link-holder{
    margin-top:30px;
}
.cart-section .return-to-shop-link-holder a:hover{
    color:#fff;
    background:#f56a05;
    border-color: #f56a05;
}
.cart-section .cart-right-section{
    background:#fff;
    padding:40px 20px;
}
.cart-section .cart-right-section h3{
    margin-top:0;
    margin-bottom:20px;
    font-size:34px;
    color:#000;
    font-family: 'Play-Bold';
}
.cart-section .cart-right-section table{
    width:100%;
}
.cart-section .cart-right-section table th{
    color:#000;
    font-family: 'Play-Regular';
    font-size:16px;
    text-transform: uppercase;
}
.cart-section .cart-right-section table td{
    font-family: 'Play-Bold';
    font-size:15px;
    color:#4b4b4b;
    font-weight:bold;
	text-align:right;
}
.cart-section .cart-right-section table th,
.cart-section .cart-right-section table td{
    width:50%;
    padding:20px 0;
    border-top:1px solid #ccc;
    vertical-align: top;

}
.checkout-btn-holder .checkout{
    display: block;
    width:100%;
    background:#f56a05 !important;
    color:#fff;
    text-transform: uppercase;
    font-size:13px!important;
    font-family: 'Play-Regular';
    height:35px;
    border-radius:3px!important;
    text-align: center!important;
    text-decoration: none!important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top:5px!important;
	font-weight:normal !important;
}
.checkout-btn-holder .checkout:hover{
    background:#000 !important;
}
/*======================================================================================================================
                                                        Checkout
======================================================================================================================*/
.checkout-sections{
    padding:70px 0;
    background:#f6f6f6;
}
.checkout-sections .checkout-inner{
    background:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding:30px 20px;
}
.checkout-sections .checkout-inner h3{
    font-size:30px;
    font-family: 'Play-Bold';
    color:#000;
    margin-top:0;
    margin-bottom:20px;
}
.checkout-sections .checkout-inner .checkout-left-part .address,
.checkout-sections .checkout-inner .checkout-right-part .address{
    border:1px solid #ddd;
    padding:0 15px 15px 15px;
    border-radius: 5px;
}
.checkout-sections .checkout-inner .checkout-left-part h4,
.checkout-sections .checkout-inner .checkout-right-part h4{
    margin-top:0;
    padding:7px 15px;
    font-size:20px;
    color:#fff;
    font-family: 'Play-Bold';
    margin:0 -15px;
    margin-bottom:0px;
    background:#f56a05;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.checkout-sections .checkout-inner .checkout-left-part .selc-lbl{
    font-size:15px;
    color:#000;
    font-family: 'Play-Bold';
    margin-bottom:5px;
}
.checkout-sections .checkout-inner .checkout-left-part .selc-lbl strong{
    margin-left:5px;
    display:inline-block;
    color:red;
}
.checkout-sections .checkout-inner .inpt{
    width:100%;
    height:40px;
    padding:5px 10px;
    border-radius:4px;
    border:none;
    border:1px solid #ddd;
    outline: none;
    font-family: 'Play-Regular';
}
.checkout-sections .checkout-inner textarea.inpt{
    height:80px;
    resize: vertical;
}
.select-lb{
    width:100%;
}
.checkout-sections .checkout-inner .checkout-right-part .address label{
    font-family: 'Play-Bold';
    color:#000;
    font-size:15px;
	line-height:2;
}
.checkout-sections .checkout-inner .checkout-right-part .address .select-store{
    padding-top:20px;
    display:none;
}
.checkout-sections .checkout-inner .checkout-right-part .address .select-store.active{
    display: block;
}
.checkout-sections .checkout-inner .checkout-right-part .address .select-store .selc-lbl{
    font-size:15px;
    color:#000;
    font-family: 'Play-Bold';
    margin-bottom:5px;
}
.checkout-sections .checkout-inner .checkout-right-part .address .select-store .selc-lbl strong{
    margin-left:5px;
    display:inline-block;
    color:red;
}
.checkout-sections .checkout-inner .checkout-right-part .address .select-store a{
    display:inline-block;
    font-size:15px;
    font-family: 'Play-Bold';
    text-decoration: none;
    color:#f56a05;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.checkout-sections .checkout-inner .checkout-right-part .address .select-store a:hover{
    color:#000;
}
.checkout-sections .checkout-inner .checkout-right-part .address .mobile-service{
    margin: 0;
    padding-top:20px;
    font-size:15px;
    font-family: 'Play-Bold';
    color:#000;
    display:none;
}
.checkout-sections .checkout-inner .checkout-right-part .address .mobile-service.active{
    display:block;
}
.address2{
    margin-top:30px;
}
.checkout-sections .checkout-inner .checkout-right-part .address .payment-methods span{
    display:inline-block;
}
.checkout-sections .checkout-inner .checkout-right-part .address .payment-methods span.text{
    font-family: 'Play-Bold';
    color:#000;
    font-size:17px;
    margin-right:20px;
}
.checkout-sections .checkout-inner .checkout-right-part .address .payment-methods span.img img{
    max-width:100%;
}
.checkout-sections .checkout-inner .checkout-right-part table{
    width:100%;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table th{
    width:72%;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    font-size:18px;
    font-family: 'Play-Regular';
    color:#000;
    font-weight:normal;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table th:nth-child(2){
    font-family: 'Play-Bold' !important;
    color:#4b4b4b;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table td{
    width:28%;
    padding:10px 0;
    font-family: 'Play-Regular';
    font-size:15px;
    color:#4b4b4b;
    vertical-align: top;
    border-bottom:1px solid #ccc;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table td .pdct-nm{
    font-size:13px;
    display:block;
}
.checkout-sections .checkout-inner .checkout-right-part table.top-table td .qty{
    font-family: 'Play-Bold' !important;
    color:#4b4b4b;
    font-size:14px;
    font-weight:bold;
}
.checkout-sections .checkout-inner .checkout-right-part table.btm-table{
    margin-bottom:40px;
}
.checkout-sections .checkout-inner .checkout-right-part table.btm-table th{
    width:72%;
    padding:10px 0;
    font-size:18px;
    font-family: 'Play-Regular';
    color:#000;
    font-weight:normal;
    border-bottom:1px solid #ccc;
}
.checkout-sections .checkout-inner .checkout-right-part table.btm-table td{
    width:28%;
    padding:10px 0;
    border-bottom:1px solid #ccc;
    font-family: 'Play-Bold';
    font-size:14px;
    color:#4b4b4b;
    vertical-align: top;
}
.checkout-sections .checkout-inner .checkout-right-part table.btm-table th strong,
.checkout-sections .checkout-inner .checkout-right-part table.btm-table td strong{
    font-size:18px;
    font-weight:bold;
    color:#000;
    font-family: 'Play-Bold';
}
.checkout-sections .checkout-inner .checkout-right-part button{
    width:100%;
    height:40px;
    font-size:16px;
    color:#fff;
    background:#f56a05;
    border-radius:4px;
    border:none;
    outline: none;
    font-family: 'Play-Regular';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	font-weight:normal !important;

}
.checkout-sections .checkout-inner .checkout-right-part button + button{
    margin-top:15px;
}
.checkout-sections .checkout-inner .checkout-right-part button:hover{
    background:#000;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details{
    margin-top:20px;
    background:#f0f0f0;
    padding-top:20px;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .card-numbers img{
    width:100%;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .form-group{
    padding: 0 20px;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .submit-btn-holder{
    padding:20px;
    padding-top:0;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details label{
    font-family: 'Play-Bold';
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .submit-btn-holder .sbmt-btn{
    border:none;
    height:40px;
    padding:0 30px;
    background:#000;
    color:#fff;
    line-height:40px;
    border-radius:4px;
    text-transform: uppercase;
    outline: none;
    font-family: 'Play-Regular';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size:16px;
}
.checkout-sections .checkout-inner .checkout-right-part .card-details .submit-btn-holder .sbmt-btn:hover{
    background:#f56a05;
}
/*======================================================================================================================
                                                  Product details
======================================================================================================================*/
.single-product-section{
    background:#fff;
    padding:50px 0;
    border-bottom:1px solid #ddd;
}
.single-product-section .top-section .product-image img{
    width:100%;
    
}
.single-product-section .top-section .product-details .products-brand{
    margin-bottom:15px;
}
.single-product-section .top-section .product-details .products-brand img{
    max-width:100%;
}
.single-product-section .top-section .product-details .product-name{
    font-size:26px;
    color:#000;
    font-family: 'Play-Bold';
    margin-top:0;
    margin-bottom:10px;
}
.single-product-section .top-section .product-details small{
    display:block;
    font-family: 'Play-Regular';
    font-size:13px;
}
.single-product-section .pdct-dtls-and-price h5{
    text-transform: uppercase;
    font-size:18px;
    font-family: 'Play-Regular';
    border-bottom:2px solid #ddd;
    margin:0;
    padding-bottom:7px;
    margin-bottom:25px;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-left ul{
    margin:0;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-left ul li + li{
    margin-top:7px;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-left ul li{
    font-size:17px;
    font-family: 'Play-Regular';
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-left ul li strong{
    margin-left:15px;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul{
    margin:0;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li + li{
    margin-top:10px;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li{
    color:#000;
     font-size:15px;
    font-family: 'Play-Regular';
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li.spl{
    font-family: 'Play-Bold';
    color: #f56a05;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li.spl del, .single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li.spl .woocommerce-price-suffix{
	color: #000 !important;
}
/*
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li .quantity{
    position:relative;
    margin-right:20px;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li .quantity input{
    width:120px;
    padding-left:40px;
    padding-right:40px;
    text-align:center;
    border:1px solid #444;
    height:40px;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li .quantity span{
    display:inline-block;
    height:38px;
    width:39px;
    line-height:38px;
    font-size:18px;
    color:#000;
    text-align:center;
    position:absolute;
    top:1px;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li .quantity span#less1{
    left:1px;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li .quantity span#add1{
    right:1px;
}
*/
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li .add-tocart-link-holder a , .single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li .single_add_to_cart_button{
    display:inline-block;
    width:120px;
    height:40px;
    background:#f56a05;
    text-align:center;
    border-radius:4px;
    color:#fff;
    text-decoration: none;
    border:1px solid #f56a05;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	padding:0 !important;
	font-weight:normal;
}
.single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li .add-tocart-link-holder a:hover, .single-product-section .pdct-dtls-and-price .pdct-dtl-right ul li .single_add_to_cart_button:hover{
    background:transparent;
    color:#f56a05;
}
/*======================================================================================================================
                                                        Location
======================================================================================================================*/
.cart-section .location-holder{
    background:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    padding:40px 25px;
    padding-bottom:10px;
}
.cart-section .location-holder h4{
    font-size:24px;
    font-family: 'Play-Bold';
    color: #f56a05;
    margin-top:0;
    margin-bottom:30px;
}
.cart-section .location-holder .common-lc-box{
    margin-bottom:20px;
}
.cart-section .location-holder .common-lc-box h3{
    font-size:30px;
    font-family: 'Play-Bold';
    color:#000;
    margin:0;
    margin-bottom:20px;
}
.cart-section .location-holder .common-lc-box .cmn-bx{
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border-radius:7px;
    padding:15px;
    margin-bottom:30px;
}
.cart-section .location-holder .common-lc-box .cmn-bx h4{
    margin-bottom:10px;
    font-family: 'Play-Regular';
}
.cart-section .location-holder .common-lc-box .cmn-bx ul{
    margin:0;
}
.cart-section .location-holder .common-lc-box .cmn-bx ul li{
    font-family: 'Play-Regular';
    font-size:15px;
    color:#000;
}
/*======================================================================================================================
                                                       Contact Us
======================================================================================================================*/
.contact-section{
    background:#fff;
    padding:30px;
}
.contact-section h1{
    margin-top:0;
    font-size:50px;
    font-family: 'Play-Bold';
    color:#000;
    margin-bottom:20px;
}
.contact-section .contact-form .inpt{
    width:100%;
    height:45px;
    border:none;
    outline: none;
    border:1px solid #ddd;
    border-radius:3px;
    padding:5px 10px;
    font-family: 'Play-Regular';
    font-size:15px;
}
.contact-section .contact-form label{
    font-family: 'Play-Bold';
    font-size:17px;
}
.contact-section .contact-form label strong{
    color:red;
}
.contact-section .contact-form .c-submit{
    background:#000;
    border:none;
    outline: none;
    padding:10px 30px;
    font-size:18px;
    color:#fff;
    font-family: 'Play-Bold';
    text-transform: uppercase;
    border-radius:4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-section .contact-form .c-submit:hover{
    background:#f56a05;
}
.contact-section .contact-info h5{
    margin:0;
    font-size:19px;
    font-family: 'Play-Bold';
    margin-bottom:20px;
}
.contact-section .contact-info ul{
    margin:0;
}
.contact-section .contact-info ul li{
  color:#000;
    font-family: 'Play-Regular';
    font-size:15px;  
}
.contact-section .contact-info ul li:nth-child(1){
    
    margin-bottom:15px;
}
.contact-section .contact-info ul li a{
    margin-left:10px;
    color:#f56a05;
}
/*======================================================================================================================
                                                           Blog
======================================================================================================================*/
.blog-section{
    padding:70px 0;
    border-bottom:1px solid #ddd;
}
.blog-section .blog-page-left-part .single-blog-post{
    margin-bottom:50px;
    padding-bottom:50px;
    border-bottom:2px dashed #ccc;
}
.blog-section .blog-page-left-part .single-blog-post .blog-post-text h3{
    margin-top:0;
    margin-bottom:5px;
    font-family: 'Play-Bold';
}
.blog-section .blog-page-left-part .single-blog-post .blog-post-text h3 a{
    font-size:20px;
    color:#000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-section .blog-page-left-part .single-blog-post .blog-post-text h3 a:hover{
    color:#f56a05;
}
.blog-section .blog-page-left-part .single-blog-post .blog-post-text .posted-date{
    font-size:13px;
    color:#3d3d3d;
    font-family: 'Play-Regular';
    margin-bottom:10px;
}
.blog-section .blog-page-left-part .single-blog-post .blog-post-text p{
    font-size:15px;
    font-family: 'Play-Regular';
    margin-top:0;
    margin:0;
}
.blog-section .blog-page-left-part .single-blog-post .blog-post-text .read-more-link-holder a{
    font-size:15px;
    font-family: 'Play-Bold';
    color:#fff;
    background:#f56a05;
    padding:10px 25px;
    text-transform: uppercase;
    display:inline-block;
    border-radius:4px;
    text-decoration: none;
    margin-top:20px;
}
.blog-section .blog-page-left-part .single-blog-post .blog-post-text .read-more-link-holder a.hvr-shutter-out-horizontal:before{
    background:#000;
    border-radius:4px;
}
.blog-section .blog-page-left-part .single-blog-post .blog-post-img img{
    width:100%;
}
.blog-section .blog-page-left-part .pagination-holder{
    text-align:center;
}
.blog-section .blog-page-left-part .pagination-holder .pagination{
    margin:0;
}
.blog-section .blog-page-left-part .pagination-holder .pagination li{
    display:inline-block;
}
.blog-section .blog-page-left-part .pagination-holder .pagination li a{
    border:1px solid #000;
    color:#000;
    outline: none;
    font-family: 'Play-Bold';
    font-size:16px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-section .blog-page-left-part .pagination-holder .pagination li.active a,
.blog-section .blog-page-left-part .pagination-holder .pagination li.active a:hover,
.blog-section .blog-page-left-part .pagination-holder .pagination li a:hover{
    background:#f56a05;
    color:#fff;
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box{
    padding:25px 15px;
    background:#f7f7f7;
    margin-bottom:20px;
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box h4{
    margin-top:0;
    margin-bottom:20px;
    font-size:24px;
    color:#000;
     font-family: 'Play-Bold';
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box button, .blog-section .blog-page-right-part .blog-page-right-part-common-box input[type="submit"]{
    padding:0 26px;
    height:42px;
    background:#f56a05;
    color:#fff;
    font-family: 'Play-Regular';
    float:left;
    border:none;
    outline: none;
    font-size:16px;
	
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box button{ width: 30%; }
.blog-section .blog-page-right-part .blog-page-right-part-common-box button + button{
    margin-left:10px;
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box .search-btn-holder{
    float:left;
    width:100%;
    padding-top:10px;
    margin-top:10px;
    border-top:1px solid #ddd;
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box .search-btn-holder button, .blog-section .blog-page-right-part .blog-page-right-part-common-box .search-btn-holder input[type="submit"]{
    float:none;
    width:100%;
    background:#000;
    text-transform: uppercase;
	border:none;
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box .search-btn-holder button.hvr-shutter-out-horizontal:before, .blog-section .blog-page-right-part .blog-page-right-part-common-box .search-btn-holder input[type="submit"].hvr-shutter-out-horizontal:before{
    background:#f56a05;
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box ul{
    margin:0;
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box ul li + li{
    margin-top:10px;
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box ul li a{
    color:#000;
    font-family: 'Play-Bold';
    font-size:15px;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-section .blog-page-right-part .blog-page-right-part-common-box ul li a:hover{
    color:#f56a05;
}
.blog-details h1{
    margin-top:0;
    font-size:35px;
    color:#000;
    font-family: 'Play-Bold';
}
.blog-details h6{
    font-size:13px;
    font-family: 'Play-Regular';
    margin-bottom:25px;
}
.blog-details p{
    margin:0;
    padding-bottom:15px;
    font-family: 'Play-Regular';
    font-size:15px;
}
.blog-details p img{
	width:100%;
	height: 100%;
}
.post_tags, .previus-next-holder{margin:20px 0;}
.blog-details p a , .post_tags a{
    color:#000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Play-Bold';
}
.blog-details p a:hover{
    color:#f56a05;
}
.blog-details h3{
    font-size:25px;
    color:#000;
    font-family: 'Play-Bold';
    margin-top:0;
}
.blog-details h4{
    font-size:20px;
    margin-top:0;
    color:#000;
    font-family: 'Play-Bold';
}
.blog-details h5{
    margin-top:0;
    font-size:16px;
    color:#000;
    font-family: 'Play-Bold';
}
.blog-details ul li,
.blog-details ol li{
    font-family: 'Play-Bold';
    font-size:14px;
    color:#000;
}
.blog-details ul li + li,
.blog-details ol li + li{
    margin-top:7px;
}

.previus-next-holder{
	font-family: 'Play-Regular';
    font-size: 16px;
}
.previus-next-holder span{
	font-size: 16px;
	display:block;
	color:#f56a05;
}
.previus-next-holder .pull-left span:before {
    margin-right: 5px;
    content: "\2190";
}
.previus-next-holder .pull-right span:after {
    margin-left: 5px;
    content: "\2192";
}
.previus-next-holder .pull-right{
	text-align:right;
}
/*======================================================================================================================
                                                           footer
======================================================================================================================*/
.footer-top{
    background:#fff;
    padding:40px 0;
}
.footer-top .footer-abt-us a{
    display:inline-block;
}
.footer-top .footer-abt-us a.footer-logo-holder{
    margin-bottom:15px;
}
.footer-top .footer-abt-us a img{
    max-width:100%;
}
.footer-top .footer-abt-us p{
    color:#393939;
    font-size:15px;
    font-family: 'Play-Regular';
    margin:0;
}
.footer-top .footer-abt-us .read-more-link{
    display:inline-block;
    color:#393939;
    font-size:15px;
    padding:10px 25px;
    border:1px solid #d5d0d0;
    margin-top:15px;
    font-family: 'Play-Regular';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    border-radius:2px;
}
.footer-top .footer-abt-us .read-more-link:hover{
    background:#f56a05;
    color:#fff;
    border-color:#f56a05;
}
.footer-top .footer-common-box h5{
    margin-top:0;
    font-size:16px;
    font-family: 'Play-Bold';
    color:#181818;
    text-transform: uppercase;
    margin-bottom:15px;
}
.footer-top .footer-common-box ul{
    margin:0;
}
.footer-top .footer-common-box ul li{
    position:relative;
}
.footer-top .footer-common-box ul li + li{
    margin-top:10px;
}
.footer-top .footer-common-box ul li a{
    display:inline-block;
    font-size:14px;
    font-family: 'Play-Regular';
    color:#3d3d3d;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-top .footer-common-box ul li a:hover{
    color:#f56a05;
}
.footer-top .footer-common-box ul li a span{
    display:inline-block;
    margin-right:7px;
    font-weight: bold;
}
.copy-right-box{
    background:#282828;
    padding:20px 0;
}
.copy-right-box .copy-left p{
    color:#fff;
    font-family: 'Play-Regular';
    font-size:15px;
    margin-top:0;
    margin-bottom:10px;
}
.copy-right-box .copy-social-links{
    text-align:right;
}
.copy-right-box .copy-social-links ul{
    margin:0;
}
.copy-right-box .copy-social-links ul li{
    display:inline-block;
}
.copy-right-box .copy-social-links ul li + li{
    margin-left:10px;
}
.copy-right-box .copy-social-links ul li a{
    display:inline-block;
    height:52.88px;
    width:52.88px;
    text-align:center;
    line-height:52.88px;
    font-size:28px;
    color:#fff;
    border:2px solid #5a5a5a;
    border-radius:100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.copy-right-box .copy-social-links ul li a:hover{
    background:#5a5a5a;
}


.form {
    width: 100%;
    float: left;
    background-color: #262829;
    height: 200px;
}
.form_lft {
    background-color: #f56a05;
    width: 35%;
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 90% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 90% 100%);
    padding: 30px 40px 30px 6%;
    float: left;
    height: 200px;/*box-shadow: 5px 5px 5px black;*//*-webkit-box-shadow: 7px 7px 15px 0px rgba(7,50,95,1);
-moz-box-shadow: 7px 7px 15px 0px rgba(7,50,95,1);
box-shadow: 7px 7px 15px 0px rgba(7,50,95,1);*/
}
.form h4 {
    font-family: 'Play-Bold';
    font-size: 32pt;
    color: #fff;
	margin:0;
	padding:0;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.form p {
    font-size: 12pt;
    color: #fff;
}
.form_rgt {
    width: 65%;
    float: left;
    padding: 36px 80px 29px 20px;
    height: 200px;
}
.form .inpt1 {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 5px 10px;
    height: 60px;
    font-family: 'Play-Regular';
    font-size: 12pt;
    color: #000;
    margin-bottom: 10px;
    border: medium none;
    border-radius: 4px;
    margin-right: 10px;
    border: 2px solid #fff;
}
.form .inpt1:focus {
    border-color: #f56a05;
    transition: 0.9s;
}
.form .sbtm {
    width: 36%;
    float: left;
    background-image: linear-gradient(#f56a05, #faa423);
    padding: 5px 10px;
    height: 60px;
    font-family: 'Play-Regular';
    font-size: 15pt;
    color: #fff;
    text-transform: uppercase;
    border: medium none;
    border-radius: 4px;
    border: 2px solid #faa423;
    letter-spacing: 1px;/*background: linear-gradient(#9bc900, #b8e424);*/
}
.form .sbtm:hover {
    background-image: linear-gradient(#faa423, #f56a05);
}
.form input::placeholder {
    color: #000;
    opacity: 1;

}
.form input:-ms-input-placeholder {
    color: #000;
}
.form input::-ms-input-placeholder {
    color: #000;
}
.wdth1 {
    width: 32.4% !important;
}
.wdth2 {
    width: 62.5% !important;
}
.rgtMrgn {
    margin-right: 0 !important;
}
.rgtMrgn1 {
    margin-right: 0 !important;
}
.btmMrgn1 {
    margin-bottom: 0 !important;
}
.customSelect2 {
    position: relative;
    float: left;
    width: 100%;
    z-index: 999;
    margin-right: 10px;
}
.customSelect2 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    float: none;
    padding: 0px 24px 0 10px;
    line-height: 1.75;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e7e7e7;
    -ms-word-break: normal;
    word-break: normal;
    font-family: 'Play-Regular';
    font-size: 12pt;
    color: #000;
    height: 60px;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
}
.customSelect2:after {
    content: '▼';
    font: 17pt "Play-Regular", monospace;
    color: #f56a05;
    right: 11px;
    top: 12px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

/***** popup css *********/

.modalbox {
    min-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*
    background: url(../images/category-pops-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    */
    z-index: 99999;
    pointer-events: auto;
    display:none;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #747477;
}
.modalbox h3 {
    font-size: 20px !important;
}
.modalbox >.dialog {

    max-width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 20px;
    display: block;
    pointer-events: auto;
    opacity: 1;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    color: #000;
}
.modalbox::-webkit-scrollbar {
    width: 12px;
}

.modalbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.modalbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
a.closebutton i{

    color: #000;

    font-size: 30px;

    margin-right: 33px;

}

.modalbox h3, .modalbox h3 a{

    text-align: left;
    font: normal normal 600 20px/30px Poppins !important;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    text-decoration: none;
}

.wrapper-pickup_store{

    text-align: left;
}

.wrapper-pickup_store a{

    background-color: #de0607;
    color: #fff !important;
    border-radius: 4px;
    font-family: 'Poppins';
    font-size: 18px;
    width: auto;
    padding: 5px 15px;

}

#cclw_payment_section #payment ul.payment_methods li .payment_box{

    padding: 10px !important;
}

.location-wrap{

    border: 1px solid #ccc;
    cursor: pointer;
    transition: 0.4s;
    padding: 15px;
    margin-top: 10px;
    max-height: 320px;
    min-height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 21px -4px rgb(167 167 167 / 50%);
    background-color: #fff;
}

.location-wrap label{

    font-weight: normal;
    display: flex !important;
    align-items: center;
}

.body-right-side-links{

    z-index: 999999;
}
/*
.shipping-pickup-store{

    display: none;
}
*/
.pickup_date_time{

    display: flex;

    flex-wrap: wrap;

    align-items: flex-end;

    justify-content: flex-start;
}

.pickup_date_time input, .pickup_date_time select {
    margin: 3px 0.4375em 0 0 !important;
    vertical-align: top !important;
}

.pickup_date_time p{

    margin-bottom: 5px;
}

.pickup_date_time div._col{

    margin: 0 10px 0 0;
}

.pickup_date_time a.s_btn{

    background-color: #de0607;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    font-family: 'Poppins';
    font-size: 18px;
    width: auto;
    line-height: 50px;
    padding: 0 26px;
    text-transform: uppercase;
}

.wrapper-pickup_store a:hover{
    text-decoration:none;
}
.search-form .search-form-top .search-form-top-items{

    justify-content: flex-start;
}

.search-form .search-form-top .search-form-top-items .search-form-item:nth-child(2){

    border: none;
}

.search-form .search-form-top {

    background-color: #ffffffb3;
}

.prod_discount span{

    width: 70px;
}

.prod-details-right-row:nth-child(5){

    border: none;

    margin-bottom: 20px;
}

.all-filter-options h1 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
}

.pickup_date_time input[type="date"]{
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 4px;
  border: none;
  box-shadow: inset 0 0 3px 2px #efefef;
  outline: none;
}