/*------------------------------------------------------------------
[Master Stylesheet]

Project:	FastFood HTML Template
Version:	1.0
Last change:	15 November 2017
Note: File layout css
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Layout]

* body
	+ header  / .header	
		- Main header /.main-header					
			- logo / .nav-logo
			- Navigation / .navigation-links 			
			- Navgation icon/ .nav-icon
				- Search / .search-icon
				- Icon cart / .icon_cart
				- Icon accounts / .icon_accounts
				
	+ Main content / .main-content
		- Home slideshow / .home-slideshow-layout
		- Home banslider / .home-banslider-layout
		- Home welcome  / .home-welcome-layout 
		- Home product / .home-product-layout		
		- Home banner / .home-banner-layout
		- Home gallery / .home-gallery-layout				
	+ Footer / .footer
		- Footer Information Block / .footer-information-block
			- Information item  / .information-item 
			- Blog group / .blog-group 
			- Social payment / .social-payment
		- footer news block / .footer_newsoc_block
			- Footer news letter content / .footer_newsletter_content
			- Footer social content / .footer_social_content
			- Footer shop content / .footer_shop_content
		- Footer linklist block/ .footer_linklist_block		
		- Copy right / .copy-right

	+ Scroll icon / .float-right-icon	
	

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Color codes]
COLORS GENERAL
	GENERAL COLORS
	- Primary color: #c83700
	- Sub color: #ffc03f 
	- Color body: #010101
	- Color tertiary: #726e6e
	- Color altenative: #f7f1e9
	- Color text heading: #000000
	- Color line: #dbcebd	
	- Color heading product: #f3eade
	
	COLORS HEADER
	- Color Header: #fff
	- Border Header: #fff
	- Background Header: #9d1414
	- Color Text Top Header: #fff
	- Border Top Header: #fff
	- Background Top Header: #fff

	CART DROPDOWN HEADER	
	- Color price cart text: #000
	- Text Dropdown Cart: #000
	- Border Dropdown Cart: #e8e8e8
	- Background Dropdown Cart: #fff
	- Color Text Button Close: #b0b0b0
	- Color Border Button Close: #fff
	- Background Button Close: #fff 
	
	COLORS NEWLETTER
	- Footer text: #fff
	- Footer text hover: #ffc03f
	- Footer border: #ffffff
	- Footer background: #6b3918
	- Color footer title text: #fff
	
	COLORS COPYRIGHT
	- Color Copyright Border: #fff
	- Color Copyright Text: #fff
	- Color Copyright Text Hover: #ffc03f
	- Color Copyright Link: #fff
	- Color Copyright Background: #c83700
	
	
	COLORS LABEL
	- Color New Label: #c83700
	- Color Best Label: #e18694
	- Color Trend Label: #fea348
	- Color Deal Label: #8ec63f
	
	PRODUCT	
	- Color Product Title Text: #000
	- Color Product Title Text Hover: #c83700
	- Color Product Description Text: #343434
	- Color Price Text: #9d1414
	- Color Price Compare Text: #000000
	- Color Rating Text: #ffc03f
	
	PRICE PRODUCT DETAIL
	- Price Sale Color: #8d785b
	- Price Compare Color: #c83700
	- Background Price Color: #ffc03f
	
	NAVIGATION
	- Color Navigation Text: #fff
	- Color Navigation Border: #343434
	- Color Navigation Background: #ffffff
	- Color Navigation Text Hover: ##ffc03f
	
	PAGINATION
	- Text pagination: #000
	- Text pagination hover: #fff
	- Border pagination: #e8e8e8
	- Border pagination hover: #c83700
	- Background pagination: #ffffff
	- Background pagination hover: #c83700
	
	BACKGROUND
	- Background body color: #f3e8dd
	- Background content color: #f3e8dd
	
	
	
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Typography]

Body font: 'Poppins'
Heading font: 'Poppins'
Misc font: 'Poppins'
Misc font 2: 'Helvetica Neue'


-------------------------------------------------------------------*/


.fa-facebook {
    color: #284c9c
}

.fa-twitter {
    color: #00aaf0
}

.fa-pinterest {
    color: #df5143
}

.fa-google-plus {
    color: #e04b34
}

._btn {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 4px;
    font-family: Josefin Sans;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    font-family: Josefin Sans
}

._btn-disabled {
    cursor: default;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 4px;
    font-family: Josefin Sans;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    font-family: Josefin Sans
}

._btn[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

._btn[disabled] * {
    color: currentcolor
}

._btn.active,._btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

._btn:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

._btn .lnr,._btn .fa,._btn span {
    color: currentColor
}

._btn svg {
    fill: currentColor
}

._btn * {
    color: currentcolor
}

.btn_small {
    font-size: 12px;
    border-width: 1px;
    height: 25px;
    line-height: 23px;
    padding: 0 15px;
    font-weight: 500;
    letter-spacing: 0.05em
}

.btn_medium,body:not(.index-template) .contact-content .information_layout .form_content form ._btn {
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

.btn_large {
    font-size: 17px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 54px;
    line-height: 52px
}

.btn_icon,.product:not(._pro_banner) .effect-ajax-cart ._btn,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart,body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart {
    position: relative
}

.btn_icon .cs-icon,.product:not(._pro_banner) .effect-ajax-cart ._btn .cs-icon,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart .cs-icon,body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart .cs-icon {
    margin-right: 5px
}

.btn_icon.btn_large,.product:not(._pro_banner) .effect-ajax-cart .btn_large._btn,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .btn_large.add-to-cart,body .product-detail-content .detail-content #product-information .purchase-section .purchase .btn_large.add-to-cart {
    padding-left: 56px
}

.btn_icon.btn_large .cs-icon,.product:not(._pro_banner) .effect-ajax-cart .btn_large._btn .cs-icon,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .btn_large.add-to-cart .cs-icon,body .product-detail-content .detail-content #product-information .purchase-section .purchase .btn_large.add-to-cart .cs-icon {
    margin-right: 0px;
    position: absolute;
    top: 50%;
    font-size: 30px;
    left: 16px;
    margin-top: -15px
}

.btn_icon.btn_medium,.product:not(._pro_banner) .effect-ajax-cart .btn_medium._btn,.product:not(._pro_banner) .effect-ajax-cart body:not(.index-template) .contact-content .information_layout .form_content form ._btn,body:not(.index-template) .contact-content .information_layout .form_content form .product:not(._pro_banner) .effect-ajax-cart ._btn,body:not(.index-template) .contact-content .information_layout .form_content form .btn_icon._btn,body:not(.index-template) .contact-content .information_layout .form_content form .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase ._btn.add-to-cart,body:not(.index-template) .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .contact-content .information_layout .form_content form ._btn.add-to-cart,body:not(.index-template) .contact-content .information_layout .form_content form .product-detail-content .detail-content #product-information .purchase-section .purchase ._btn.add-to-cart,body:not(.index-template) .product-detail-content .detail-content #product-information .purchase-section .purchase .contact-content .information_layout .form_content form ._btn.add-to-cart,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .btn_medium.add-to-cart,body .product-detail-content .detail-content #product-information .purchase-section .purchase .btn_medium.add-to-cart {
    padding-left: 46px
}

.btn_icon.btn_medium .cs-icon,.product:not(._pro_banner) .effect-ajax-cart .btn_medium._btn .cs-icon,.product:not(._pro_banner) .effect-ajax-cart body:not(.index-template) .contact-content .information_layout .form_content form ._btn .cs-icon,body:not(.index-template) .contact-content .information_layout .form_content form .product:not(._pro_banner) .effect-ajax-cart ._btn .cs-icon,body:not(.index-template) .contact-content .information_layout .form_content form .btn_icon._btn .cs-icon,body:not(.index-template) .contact-content .information_layout .form_content form .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase ._btn.add-to-cart .cs-icon,body:not(.index-template) .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .contact-content .information_layout .form_content form ._btn.add-to-cart .cs-icon,body:not(.index-template) .contact-content .information_layout .form_content form .product-detail-content .detail-content #product-information .purchase-section .purchase ._btn.add-to-cart .cs-icon,body:not(.index-template) .product-detail-content .detail-content #product-information .purchase-section .purchase .contact-content .information_layout .form_content form ._btn.add-to-cart .cs-icon,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .btn_medium.add-to-cart .cs-icon,body .product-detail-content .detail-content #product-information .purchase-section .purchase .btn_medium.add-to-cart .cs-icon {
    margin-right: 0px;
    position: absolute;
    top: 50%;
    font-size: 20px;
    left: 16px;
    margin-top: -10px
}

.btn_icon.btn_medium .icon-menu,.product:not(._pro_banner) .effect-ajax-cart .btn_medium._btn .icon-menu,.product:not(._pro_banner) .effect-ajax-cart body:not(.index-template) .contact-content .information_layout .form_content form ._btn .icon-menu,body:not(.index-template) .contact-content .information_layout .form_content form .product:not(._pro_banner) .effect-ajax-cart ._btn .icon-menu,body:not(.index-template) .contact-content .information_layout .form_content form .btn_icon._btn .icon-menu,body:not(.index-template) .contact-content .information_layout .form_content form .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase ._btn.add-to-cart .icon-menu,body:not(.index-template) .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .contact-content .information_layout .form_content form ._btn.add-to-cart .icon-menu,body:not(.index-template) .contact-content .information_layout .form_content form .product-detail-content .detail-content #product-information .purchase-section .purchase ._btn.add-to-cart .icon-menu,body:not(.index-template) .product-detail-content .detail-content #product-information .purchase-section .purchase .contact-content .information_layout .form_content form ._btn.add-to-cart .icon-menu,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .btn_medium.add-to-cart .icon-menu,body .product-detail-content .detail-content #product-information .purchase-section .purchase .btn_medium.add-to-cart .icon-menu {
    font-size: 15px;
    margin-top: -7.5px
}

.btn_icon.btn_small,.product:not(._pro_banner) .effect-ajax-cart .btn_small._btn,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .btn_small.add-to-cart,body .product-detail-content .detail-content #product-information .purchase-section .purchase .btn_small.add-to-cart {
    padding-left: 36px
}

.btn_icon.btn_small .cs-icon,.product:not(._pro_banner) .effect-ajax-cart .btn_small._btn .cs-icon,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .btn_small.add-to-cart .cs-icon,body .product-detail-content .detail-content #product-information .purchase-section .purchase .btn_small.add-to-cart .cs-icon {
    margin-right: 0px;
    position: absolute;
    top: 50%;
    font-size: 15px;
    left: 16px;
    margin-top: -7.5px
}

.btn_icon.btn_small .icon-menu,.product:not(._pro_banner) .effect-ajax-cart .btn_small._btn .icon-menu,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .btn_small.add-to-cart .icon-menu,body .product-detail-content .detail-content #product-information .purchase-section .purchase .btn_small.add-to-cart .icon-menu {
    font-size: 11px;
    margin-top: -5.5px
}

@-webkit-keyframes pro_frame0 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    10% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    15% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    20% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }
}

@-moz-keyframes pro_frame0 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    10% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    15% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    20% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }
}

@-ms-keyframes pro_frame0 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    10% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    15% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    20% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }
}

@keyframes pro_frame0 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    10% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    15% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }

    20% {
        -ms-transform: translateY(9px) translateX(-13px);
        -webkit-transform: translateY(9px) translateX(-13px);
        transform: translateY(9px) translateX(-13px)
    }
}

@-webkit-keyframes pro_frame1 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }

    15% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }

    20% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }
}

@-moz-keyframes pro_frame1 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }

    15% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }

    20% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }
}

@-ms-keyframes pro_frame1 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }

    15% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }

    20% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }
}

@keyframes pro_frame1 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }

    15% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }

    20% {
        -ms-transform: translateY(4px) translateX(-10px);
        -webkit-transform: translateY(4px) translateX(-10px);
        transform: translateY(4px) translateX(-10px)
    }
}

@-webkit-keyframes pro_frame2 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    15% {
        -ms-transform: translateY(4px) translateX(-13px);
        -webkit-transform: translateY(4px) translateX(-13px);
        transform: translateY(4px) translateX(-13px)
    }

    20% {
        -ms-transform: translateY(4px) translateX(-13px);
        -webkit-transform: translateY(4px) translateX(-13px);
        transform: translateY(4px) translateX(-13px)
    }
}

@-moz-keyframes pro_frame2 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    15% {
        -ms-transform: translateY(4px) translateX(-13px);
        -webkit-transform: translateY(4px) translateX(-13px);
        transform: translateY(4px) translateX(-13px)
    }

    20% {
        -ms-transform: translateY(4px) translateX(-13px);
        -webkit-transform: translateY(4px) translateX(-13px);
        transform: translateY(4px) translateX(-13px)
    }
}

@-ms-keyframes pro_frame2 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    15% {
        -ms-transform: translateY(4px) translateX(-13px);
        -webkit-transform: translateY(4px) translateX(-13px);
        transform: translateY(4px) translateX(-13px)
    }

    20% {
        -ms-transform: translateY(4px) translateX(-13px);
        -webkit-transform: translateY(4px) translateX(-13px);
        transform: translateY(4px) translateX(-13px)
    }
}

@keyframes pro_frame2 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    15% {
        -ms-transform: translateY(4px) translateX(-13px);
        -webkit-transform: translateY(4px) translateX(-13px);
        transform: translateY(4px) translateX(-13px)
    }

    20% {
        -ms-transform: translateY(4px) translateX(-13px);
        -webkit-transform: translateY(4px) translateX(-13px);
        transform: translateY(4px) translateX(-13px)
    }
}

@-webkit-keyframes pro_frame3 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    15% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    20% {
        -ms-transform: translateY(0px) translateX(-10px);
        -webkit-transform: translateY(0px) translateX(-10px);
        transform: translateY(0px) translateX(-10px)
    }
}

@-moz-keyframes pro_frame3 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    15% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    20% {
        -ms-transform: translateY(0px) translateX(-10px);
        -webkit-transform: translateY(0px) translateX(-10px);
        transform: translateY(0px) translateX(-10px)
    }
}

@-ms-keyframes pro_frame3 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    15% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    20% {
        -ms-transform: translateY(0px) translateX(-10px);
        -webkit-transform: translateY(0px) translateX(-10px);
        transform: translateY(0px) translateX(-10px)
    }
}

@keyframes pro_frame3 {
    0% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    5% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    10% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    15% {
        -ms-transform: translateY(0px) translateX(0px);
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px)
    }

    20% {
        -ms-transform: translateY(0px) translateX(-10px);
        -webkit-transform: translateY(0px) translateX(-10px);
        transform: translateY(0px) translateX(-10px)
    }
}

.btn-slider {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    color: #000;
    border-color: #000;
    background-color: #fff
}

.btn-slider * {
    color: currentcolor
}

@media (min-width: 1200px) {
    .btn-slider {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

.btn_detail,.btn_detail_hover {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn_detail[disabled],.btn_detail_hover[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.btn_detail[disabled] *,.btn_detail_hover[disabled] * {
    color: currentcolor
}

.btn_detail.active,.btn_detail:active,.btn_detail_hover.active,.btn_detail_hover:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn_detail:focus,.btn_detail_hover:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn_detail .lnr,.btn_detail .fa,.btn_detail span,.btn_detail_hover .lnr,.btn_detail_hover .fa,.btn_detail_hover span {
    color: currentColor
}

.btn_detail svg,.btn_detail_hover svg {
    fill: currentColor
}

.btn_detail {
    color: #000;
    border-color: #000;
    background-color: #fff
}

.btn_detail * {
    color: currentcolor
}

.btn_detail_hover {
    color: #000;
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

.btn_detail_hover * {
    color: currentcolor
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 17.5px;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: 0.5px
}

h1 {
    font-size: 72px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.hero {
    font-size: 100px
}

.icon-small {
    color: #000;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    font-size: 14px
}

.icon-small-bag:before {
    content: "\f290"
}

.icon-small-retweet:before {
    content: "\f079"
}

.icon-small-heart:before {
    content: "\f004"
}

.icon-small-email:before {
    content: "\f0e0"
}

.icon-small-instagram:before {
    content: "\f16d"
}

.icon-small-comments:before {
    content: "\f0e6"
}

.icon-small-eye:before {
    content: "\f06e"
}

.icon-small-user:before {
    content: "\f007"
}

.icon-small-support:before {
    content: "\f1cd"
}

.icon-small-sign-out:before {
    content: "\f08b"
}

.icon-small-start:before {
    content: "\f005"
}

.icon-small-cart:before {
    content: "\f07a"
}

.icon-small-grid:before {
    content: "\f00a"
}

.icon-small-list:before {
    content: "\f00b"
}

.icon-small-angle-up:before {
    content: "\f106"
}

.icon-small-angle-down:before {
    content: "\f107"
}

.icon-small-angle-left:before,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:before,body .fb-overlay .fb-prev span:before {
    content: "\f104"
}

.icon-small-angle-right:before,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:before,body .fb-overlay .fb-next span:before {
    content: "\f105"
}

.icon-small-angle-double-left:before {
    content: "\f100"
}

.icon-small-angle-double-right:before {
    content: "\f101"
}

.icon-small-long-arrow-left:before {
    content: "\f177"
}

.icon-small-long-arrow-right:before {
    content: "\f178"
}

.icon-small-check:before {
    content: "\f00c"
}

.icon-small-edit:before {
    content: "\f044"
}

.icon-small-commenting:before {
    content: "\f27a"
}

.icon-small-arrow-right:before,.owl-buttons .owl-next:before {
    content: "\f061"
}

.icon-small-arrow-left:before,.owl-buttons .owl-prev:before {
    content: "\f060"
}

*,*::before,*::after {
    box-sizing: border-box
}

body,input,textarea,button,select {
    -webkit-text-size-adjust: 100%
}

body:focus,input:focus,textarea:focus,button:focus,select:focus {
    outline: none
}

body {
    margin: 0
}

body svg:not(:root) {
    overflow: hidden
}

body article,body aside,body details,body figcaption,body figure,body footer,body header,body hgroup,body main,body menu,body nav,body section,body summary {
    display: block
}

body select {
    padding-top: 0;
    padding-bottom: 0
}

body select:focus {
    outline: none !important
}

body a {
    background-color: transparent
}

body b,body strong {
    font-weight: 600
}

body em {
    font-style: normal
}

body small {
    font-size: 80%
}

body sub,body sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

body sup {
    top: -0.5em
}

body sub {
    bottom: -0.25em
}

body img {
    max-width: 100%;
    border: 0
}

body form {
    margin: 0
}

body button {
    cursor: pointer
}

body button,body input,body optgroup,body select,body textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

body button[disabled],body html input[disabled] {
    cursor: default
}

body button::-moz-focus-inner,body [type="button"]::-moz-focus-inner,body [type="reset"]::-moz-focus-inner,body [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

body button:-moz-focusring,body [type="button"]:-moz-focusring,body [type="reset"]:-moz-focusring,body [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

body input[type="search"],body input[type="number"],body input[type="email"],body input[type="password"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

body input[type="submit"] {
    cursor: pointer
}

body textarea {
    overflow: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

body legend {
    border: 0;
    padding: 0
}

body a {
    color: #444;
    text-decoration: none
}

body a,body button,body [role="button"],body input,body label,body select,body textarea {
    touch-action: manipulation
}

body blockquote {
    font-size: 1.125em;
    font-style: normal;
    text-align: center;
    padding: 0 30px;
    margin: 0
}

.rte body blockquote {
    border: 1px solid #dbcebd;
    padding: 30px 0;
    margin-bottom: 27.5px
}

body blockquote p+cite {
    margin-top: 27.5px
}

body blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: 500
}

body blockquote cite::before {
    content: '\2014 \0020'
}

body fieldset {
    border: 1px solid #dbcebd;
    margin: 0 0 55px;
    padding: 27.5px
}

body code,body pre {
    font-family: Consolas, monospace;
    font-size: 1em
}

body pre {
    overflow: auto
}

body input:focus {
    outline: none
}

body .rte {
    color: #444;
    margin-bottom: 35px
}

body .rte:last-child {
    margin-bottom: 0
}

body .rte h1,body .rte h2,body .rte h3,body .rte h4,body .rte h5,body .rte h6 {
    margin-top: 55px;
    margin-bottom: 27.5px
}

body .rte h1:first-child,body .rte h2:first-child,body .rte h3:first-child,body .rte h4:first-child,body .rte h5:first-child,body .rte h6:first-child {
    margin-top: 0
}

body .rte li {
    margin-bottom: 4px;
    list-style: inherit
}

body .rte li:last-child {
    margin-bottom: 0
}

body .rte-setting {
    margin-bottom: 19.44444px
}

body .rte-setting:last-child {
    margin-bottom: 0
}

body p {
    color: #444;
    margin: 0 0 19.44444px
}

body ul,body ol {
    padding: 0;
    margin-left: 20px
}

body ol {
    list-style: decimal
}

body svg.icon:not(.icon--full-color) circle,body svg.icon:not(.icon--full-color) ellipse,body svg.icon:not(.icon--full-color) g,body svg.icon:not(.icon--full-color) line,body svg.icon:not(.icon--full-color) path,body svg.icon:not(.icon--full-color) polygon,body svg.icon:not(.icon--full-color) polyline,body svg.icon:not(.icon--full-color) rect,body symbol.icon:not(.icon--full-color) circle,body symbol.icon:not(.icon--full-color) ellipse,body symbol.icon:not(.icon--full-color) g,body symbol.icon:not(.icon--full-color) line,body symbol.icon:not(.icon--full-color) path,body symbol.icon:not(.icon--full-color) polygon,body symbol.icon:not(.icon--full-color) polyline,body symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit
}

body .rte img {
    height: auto
}

body .rte table {
    table-layout: fixed
}

body .rte ul,body .rte ol {
    margin: 0 0 17.5px 35px
}

body .rte ul.list--inline,body .rte ol.list--inline {
    margin-left: 0
}

body .rte ul {
    list-style: disc outside
}

body .rte ul ul {
    list-style: circle outside
}

body .rte ul ul ul {
    list-style: square outside
}

body .rte a {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px
}

body .text-center.rte ul,body .text-center.rte ol,body .text-center .rte ul,body .text-center .rte ol {
    margin-left: 0;
    list-style-position: inside
}

body .rte__table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

body [tabindex='-1']:focus {
    outline: none
}

body .js-focus-hidden:focus {
    outline: none
}

body .skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: #444;
    background-color: #f3e8dd;
    padding: 10px;
    opacity: 1;
    z-index: 10000;
    transition: none
}

body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0
}

@media (max-width: 767px) {
    body input,body textarea,body select,body button {
        font-size: 16px
    }
}

body label {
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 5px
}

@media (max-width: 480px) {
    body label {
        font-size: 0.875em
    }
}[type="radio"]+body label,[type="checkbox"]+body label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 0
}

body label[for] {
    cursor: pointer
}

body input,body textarea,body select,body buttuon {
    font-size: 16px;
    font-family: Josefin Sans;
    color: #444;
    border: 1px solid #dbcebd;
    background-color: #f3e8dd;
    line-height: 1.5;
    max-width: 100%;
    border-radius: 5px
}

body input:focus,body textarea:focus,body select:focus,body buttuon:focus {
    border-color: #c9b69c
}

body input:focus::-webkit-input-placeholder,body textarea:focus::-webkit-input-placeholder,body select:focus::-webkit-input-placeholder,body buttuon:focus::-webkit-input-placeholder {
    color: transparent
}

body input:focus::-moz-placeholder,body textarea:focus::-moz-placeholder,body select:focus::-moz-placeholder,body buttuon:focus::-moz-placeholder {
    color: transparent
}

body input:focus:-ms-input-placeholder,body textarea:focus:-ms-input-placeholder,body select:focus:-ms-input-placeholder,body buttuon:focus:-ms-input-placeholder {
    color: transparent
}

body input:focus::-ms-input-placeholder,body textarea:focus::-ms-input-placeholder,body select:focus::-ms-input-placeholder,body buttuon:focus::-ms-input-placeholder {
    color: transparent
}

body input[disabled],body textarea[disabled],body select[disabled],body buttuon[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

body input.input--error::-webkit-input-placeholder,body textarea.input--error::-webkit-input-placeholder,body select.input--error::-webkit-input-placeholder,body buttuon.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body input.input--error::-moz-placeholder,body textarea.input--error::-moz-placeholder,body select.input--error::-moz-placeholder,body buttuon.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body input.input--error:-ms-input-placeholder,body textarea.input--error:-ms-input-placeholder,body select.input--error:-ms-input-placeholder,body buttuon.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body input.input--error::-ms-input-placeholder,body textarea.input--error::-ms-input-placeholder,body select.input--error::-ms-input-placeholder,body buttuon.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body input.hidden-placeholder::-webkit-input-placeholder,body textarea.hidden-placeholder::-webkit-input-placeholder,body select.hidden-placeholder::-webkit-input-placeholder,body buttuon.hidden-placeholder::-webkit-input-placeholder {
    color: transparent
}

body input.hidden-placeholder::-moz-placeholder,body textarea.hidden-placeholder::-moz-placeholder,body select.hidden-placeholder::-moz-placeholder,body buttuon.hidden-placeholder::-moz-placeholder {
    color: transparent
}

body input.hidden-placeholder:-ms-input-placeholder,body textarea.hidden-placeholder:-ms-input-placeholder,body select.hidden-placeholder:-ms-input-placeholder,body buttuon.hidden-placeholder:-ms-input-placeholder {
    color: transparent
}

body input.hidden-placeholder::-ms-input-placeholder,body textarea.hidden-placeholder::-ms-input-placeholder,body select.hidden-placeholder::-ms-input-placeholder,body buttuon.hidden-placeholder::-ms-input-placeholder {
    color: transparent
}

body textarea {
    min-height: 100px
}

body input.input--error,body select.input--error,body textarea.input--error {
    border-color: #d20000;
    background-color: #fff8f8;
    color: #d20000
}

body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../../assets/images/ico-select.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 1.2;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 8px
}

@media (min-width: 768px) {
    body select {
        padding-top: 10px;
        padding-left: 18px;
        padding-bottom: 10px
    }
}

.ie9 body select {
    padding-right: 10px;
    background-image: none
}

body optgroup {
    font-weight: 600
}

body option {
    color: #444;
    background-color: #f3e8dd
}

body select::-ms-expand {
    display: none
}

body input,body textarea {
    padding: 8px 15px
}

@media (min-width: 768px) {
    body input,body textarea {
        padding: 10px 18px
    }
}

body ::-webkit-input-placeholder {
    color: #444
}

body ::-moz-placeholder {
    color: #444
}

body :-ms-input-placeholder {
    color: #444
}

body ::-ms-input-placeholder {
    color: #444
}

body a {
    color: #444
}

body a:focus,body a:hover {
    color: #444;
    text-decoration: none;
    outline: none
}

body *,html * {
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background-image: url(../../assets/images/body_bg.png)
}

body,html {
    background-color: #f3e8dd
}

body {
    color: #444;
    font-size: 16px;
    font-family: Josefin Sans;
    background-repeat: repeat;
    background-position: 0px 0;
    background-size: inherit
}

body .label--hidden {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.ie9 body .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial
}

body .label--error {
    color: #d20000
}

body .form--success,body .errors {
    padding: 8px;
    margin: 0 0 27.5px
}

@media (min-width: 768px) {
    body .form--success,body .errors {
        padding: 10px
    }
}

body .form--success {
    border: 1px solid #19a340;
    background-color: #f8fff9;
    color: #19a340
}

body .errors {
    border: 1px solid #d20000;
    background-color: #fff8f8;
    color: #d20000
}

body .errors ul {
    list-style: none;
    padding: 0;
    margin: 0
}

body .errors a {
    color: #d20000;
    text-decoration: underline
}

body .is-transitioning {
    display: block !important;
    visibility: visible !important
}

body .form-control {
    border-radius: 0
}

body .dropdown-menu {
    font-size: 16px;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@-moz-keyframes shine {
    100% {
        left: 125%
    }
}

@-ms-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@-webkit-keyframes zoomEffect {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    20% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    40% {
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    60% {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

    80% {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@-moz-keyframes zoomEffect {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    20% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    40% {
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    60% {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

    80% {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@-ms-keyframes zoomEffect {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    20% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    40% {
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    60% {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

    80% {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@keyframes zoomEffect {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    20% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    40% {
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    60% {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

    80% {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@-webkit-keyframes moverAround {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    50% {
        -ms-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
        -webkit-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
        transform: matrix(0.1, 1, -1, 0.1, 0, 0)
    }
}

@-moz-keyframes moverAround {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    50% {
        -ms-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
        -webkit-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
        transform: matrix(0.1, 1, -1, 0.1, 0, 0)
    }
}

@-ms-keyframes moverAround {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    50% {
        -ms-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
        -webkit-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
        transform: matrix(0.1, 1, -1, 0.1, 0, 0)
    }
}

@keyframes moverAround {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    50% {
        -ms-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
        -webkit-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
        transform: matrix(0.1, 1, -1, 0.1, 0, 0)
    }
}

@-webkit-keyframes moverHorizontal_bg {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        background-position: left center, right center
    }

    50% {
        background-position: right center, left center
    }
}

@-moz-keyframes moverHorizontal_bg {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        background-position: left center, right center
    }

    50% {
        background-position: right center, left center
    }
}

@-ms-keyframes moverHorizontal_bg {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        background-position: left center, right center
    }

    50% {
        background-position: right center, left center
    }
}

@keyframes moverHorizontal_bg {
    0%,100% {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        background-position: left center, right center
    }

    50% {
        background-position: right center, left center
    }
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-ms-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@-ms-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51%,100% {
        opacity: 1
    }
}

@-moz-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51%,100% {
        opacity: 1
    }
}

@-ms-keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51%,100% {
        opacity: 1
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51%,100% {
        opacity: 1
    }
}

.hvr-icon-drop {
    -ms-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0)
}

.hvr-icon-drop-fa {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hvr-icon-drop-fa-active {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-animation: hvr-icon-drop 0.5s ease-in-out 0.3s forwards;
    -o-animation: hvr-icon-drop 0.5s ease-in-out 0.3s forwards;
    -webkit-animation: hvr-icon-drop 0.5s ease-in-out 0.3s forwards;
    animation: hvr-icon-drop 0.5s ease-in-out 0.3s forwards
}

.hvr-icon-spin {
    -ms-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0)
}

.hvr-icon-spin-fa {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.hvr-icon-spin-fa-active {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.hvr-icon-spin-fa-active-20 {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.hvr-sweep-to-right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -ms-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px transparent;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -ms-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    vertical-align: middle
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9f9f9;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -ms-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active {
    color: #000
}

.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-icon-back {
    -ms-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -ms-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.hvr-icon-back-icon {
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -ms-transition: transform 0.1s ease-out;
    -webkit-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out
}

.hvr-icon-back-icon-hover {
    -ms-transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.effect-zoom-scale-opacity-3 {
    position: relative
}

.effect-zoom-scale-opacity-3:after,.effect-zoom-scale-opacity-3:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(230,239,238,0.2)
}

.effect-zoom-scale-opacity-3:after {
    top: 0;
    left: 0
}

.effect-zoom-scale-opacity-3:before {
    bottom: 0;
    right: 0
}

.effect-zoom-scale-opacity-3:hover:after,.effect-zoom-scale-opacity-3:hover:before {
    width: 100%;
    height: 100%
}

.emthemesModez-banner-figure,body:not(.index-template) main section.search-content .article .group-blog-top .article-image a,body:not(.index-template) main section.article-content .article .group-blog-top .article-image a,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image a {
    position: relative;
    display: block;
    overflow: hidden
}

.emthemesModez-banner-figure img,body:not(.index-template) main section.search-content .article .group-blog-top .article-image a img,body:not(.index-template) main section.article-content .article .group-blog-top .article-image a img,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image a img {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.emthemesModez-banner-figure:before,body:not(.index-template) main section.search-content .article .group-blog-top .article-image a:before,body:not(.index-template) main section.article-content .article .group-blog-top .article-image a:before,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image a:before,.emthemesModez-banner-figure:after,body:not(.index-template) main section.search-content .article .group-blog-top .article-image a:after,body:not(.index-template) main section.article-content .article .group-blog-top .article-image a:after,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image a:after {
    content: "";
    position: absolute;
    z-index: 9;
    border-color: rgba(255,255,255,0.7);
    border-width: 2px;
    border-style: solid;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.emthemesModez-banner-figure:before,body:not(.index-template) main section.search-content .article .group-blog-top .article-image a:before,body:not(.index-template) main section.article-content .article .group-blog-top .article-image a:before,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image a:before {
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    border-left-color: transparent;
    border-right-color: transparent;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.emthemesModez-banner-figure:after,body:not(.index-template) main section.search-content .article .group-blog-top .article-image a:after,body:not(.index-template) main section.article-content .article .group-blog-top .article-image a:after,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image a:after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.emthemesModez-banner-figure-hover img,body:not(.index-template) main section.search-content .article .group-blog-top .article-image:hover a img,body:not(.index-template) main section.article-content .article .group-blog-top .article-image:hover a img,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image:hover a img {
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95)
}

.emthemesModez-banner-figure-hover:after,body:not(.index-template) main section.search-content .article .group-blog-top .article-image:hover a:after,body:not(.index-template) main section.article-content .article .group-blog-top .article-image:hover a:after,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image:hover a:after,.emthemesModez-banner-figure-hover:before,body:not(.index-template) main section.search-content .article .group-blog-top .article-image:hover a:before,body:not(.index-template) main section.article-content .article .group-blog-top .article-image:hover a:before,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image:hover a:before {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.emthemesModez-banner-figure-hover:after,body:not(.index-template) main section.search-content .article .group-blog-top .article-image:hover a:after,body:not(.index-template) main section.article-content .article .group-blog-top .article-image:hover a:after,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

._zoombanner {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

._zoombanner_hover {
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02)
}

.scroll-content.scroll-scrolly_visible {
    left: -10px;
    margin-left: 10px
}

.scroll-content.scroll-scrollx_visible {
    top: -10px;
    margin-top: 10px
}

.scroll-element,.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scroll-element {
    background-color: #ffffff
}

.scroll-element.scroll-draggable .scroll-bar {
    background-color: #9d1414
}

.scroll-element.scroll-x {
    display: none !important;
    bottom: 0;
    height: 10px;
    left: 0;
    width: 100%
}

.scroll-element.scroll-x .scroll-bar {
    min-width: 8px
}

.scroll-element.scroll-x .scroll-element_outer {
    height: 6px;
    top: 2px
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 10px
}

.scroll-element.scroll-y .scroll-bar {
    min-height: 8px
}

.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 6px
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scroll-element .scroll-element_track {
    background-color: #eeeeee
}

.scroll-element .scroll-element_outer,.scroll-element .scroll-element_track,.scroll-element .scroll-bar {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.scroll-element .scroll-bar {
    background-color: rgba(157,20,20,0.5)
}

.scroll-element .scroll-bar:hover {
    background-color: #9d1414
}

#loader-div {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9)
}

#loader-div #loader-wrapper {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#loader-div i {
    color: #9d1414
}

#tags-load {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999
}

#tags-load>i {
    top: 50%;
    position: absolute;
    color: #9d1414
}

.loading {
    text-align: center
}

.article-date:before {
    display: none
}

.article-date .name-title {
    font-weight: 500
}

.owl-buttons .owl-prev,.owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -15px;
    width: 30px;
    text-align: center;
    border-style: solid;
    background-image: none !important;
    border-radius: 50%;
    border-width: 1px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border-color: #dbb9b1;
    background-color: #dbb9b1;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3)
}

.owl-buttons .owl-prev *,.owl-buttons .owl-next * {
    color: currentcolor
}

@media (min-width: 1200px) {
    .owl-buttons .owl-prev,.owl-buttons .owl-next {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

.owl-buttons .owl-prev:before,.owl-buttons .owl-next:before {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    font-size: 22px;
    margin-top: -11.5px;
    left: 0px;
    width: 100%;
    text-align: center
}

.owl-buttons .owl-prev:focus,.owl-buttons .owl-prev:hover,.owl-buttons .owl-next:focus,.owl-buttons .owl-next:hover {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.owl-buttons .owl-prev:focus *,.owl-buttons .owl-prev:hover *,.owl-buttons .owl-next:focus *,.owl-buttons .owl-next:hover * {
    color: currentcolor
}

.owl-buttons .owl-prev {
    left: 0px
}

.owl-buttons .owl-next {
    right: 0px
}

@media only screen and (max-width: 767px) {
    .owl-buttons .owl-prev {
        left: 15px
    }

    .owl-buttons .owl-next {
        right: 15px
    }

    .owl-buttons .owl-next,.owl-buttons .owl-prev {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
    }
}

.translate_group {
    margin: 14px 0;
    float: left
}

.translate_group .translate_wrapper {
    padding-right: 30px;
    position: relative
}

.translate_group .translate_wrapper:after {
    position: absolute;
    top: 50%;
    height: 13px;
    width: 1px;
    right: 0;
    margin-right: 15px;
    content: '';
    background-color: #dbcebd;
    margin-top: -6.5px
}

.translate_group .translate_wrapper img {
    max-width: 20px;
    margin-right: 5px;
    margin-left: 5px
}

.translate_group .translate_wrapper img,.translate_group .translate_wrapper .fa,.translate_group .translate_wrapper .translate_code {
    color: #dbcebd;
    line-height: 20px
}

.translate_group .translate.dropdown-menu {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    text-align: center;
    margin-top: 14px
}

.translate_group .translate.dropdown-menu li.active>a {
    background-color: #333;
    color: #fff
}

@media only screen and (min-width: 1200px) {
    .translate_group .translate.dropdown-menu li:hover>a {
        background-color: #333;
        color: #fff
    }
}

.translate_group .fa {
    margin: 0 5px
}

.currency_group {
    line-height: 20px;
    margin-right: 15px
}

.currency_group:hover .fa-caret-down {
    color: #9d1414
}

.currency_group .currency {
    padding: 15px 0
}

.currency_group .currency:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.currency_group .currency>a {
    color: #fff !important
}

.currency_group .currency_wrapper>img {
    max-width: 18px;
    margin-right: 5px;
    margin-top: -3px
}

.currency_group .currency_wrapper .fa-caret-down {
    margin-left: 5px;
    font-size: 12px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.currency_group .currencies {
    text-align: center;
    font-size: 13px;
    border-radius: 0
}

.currency_group .currencies.dropdown-menu {
    right: 0;
    left: auto;
    margin: 0px 0 0 0;
    padding: 0;
    min-width: 70px !important
}

.currency_group .currencies.dropdown-menu a {
    font-size: 13px
}

.currency_group .currencies.dropdown-menu>li>a:focus,.currency_group .currencies.dropdown-menu>li>a:hover,.currency_group .currencies.dropdown-menu>.active>a,.currency_group .currencies.dropdown-menu>.active>a:focus,.currency_group .currencies.dropdown-menu>.active>a:hover {
    background-color: #333333 !important;
    color: #fff
}

.icon_accounts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    width: auto;
    position: relative
}

@media only screen and (max-width: 991px) {
    .icon_accounts {
        position: static
    }
}

@media only screen and (max-width: 767px) {
    .icon_accounts>div {
        padding-top: 0px;
        padding-bottom: 0px
    }
}

.icon_cart {
    position: relative
}

@media only screen and (max-width: 991px) {
    .icon_cart {
        position: static
    }
}

.btn-close {
    color: #444;
    background-color: #fff
}

.btn-close:hover {
    background-color: #9d1414
}

.cart-info {
    color: #000;
    border-radius: 0;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    right: 0px;
    left: auto;
    top: 100%;
    border-width: 0;
    width: 320px;
    max-height: 100vh;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden
}

.cart-info::-webkit-scrollbar {
    display: none
}

.cart-info .cart-content {
    background-color: #fff;
    border: 1px solid #dbcebd;
    padding: 0 20px
}

.cart-info .cart-content .text-items {
    padding: 18px 25px 18px 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    position: relative;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px
}

.cart-info .cart-content .text-items .cs-icon {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px !important;
    margin-top: -6px
}

.cart-info .cart-content .text-items .cs-icon:before {
    color: #000;
    font-weight: 900
}

.cart-info .cart-content .text-items .cs-icon:hover:before {
    color: #9d1414
}

.cart-info .cart-content ._btn {
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    letter-spacing: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

.cart-info .cart-content ._btn * {
    color: currentcolor
}

.cart-info .cart-content ._btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.cart-info .cart-content ._btn:hover * {
    color: currentcolor
}

.cart-info .cart-content>.empty {
    padding: 20px;
    line-height: 3em;
    color: #000
}

.cart-info .cart-content>.empty ._btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    display: block !important;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px
}

.cart-info .cart-content>.items .group_cart_item {
    padding: 20px 0px;
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start
}

.cart-info .cart-content>.items .group_cart_item+.group_cart_item {
    border-top: 1px solid #dbcebd
}

.cart-info .cart-content>.items .cart-left {
    padding-left: 0px;
    padding-right: 0px;
    width: 28%
}

.cart-info .cart-content>.items .cart-left .cart-image {
    display: block
}

.cart-info .cart-content>.items .cart-left .cart-image img {
    max-width: 100%
}

.cart-info .cart-content>.items .cart-right {
    width: 72%;
    padding-right: 0px;
    padding-left: 15px
}

.cart-info .cart-content>.items .cart-right .cart-title {
    line-height: 1.5em;
    margin-bottom: 0px
}

.cart-info .cart-content>.items .cart-right .cart-title a {
    font-size: 12px;
    text-transform: capitalize;
    color: #000;
    display: block;
    font-weight: 500
}

@media (min-width: 1200px) {
    .cart-info .cart-content>.items .cart-right .cart-title a:hover {
        text-decoration: underline
    }
}

.cart-info .cart-content>.items .cart-right .cart-price {
    color: #000;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 19px
}

.cart-info .cart-content>.items .cart-right .cart-price .money {
    font-size: 14px;
    color: #000
}

.cart-info .cart-content>.items .cart-right .cart-qty .cs-icon {
    color: #444;
    font-size: 15px
}

.cart-info .cart-content>.items .cart-right .cart-qty .cs-icon:hover {
    color: #e18694
}

.cart-info .cart-content>.items .cart-right .cart-qty .cart-close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.cart-info .cart-content>.items .cart-right .cart-qty .quantity {
    color: #726e6e;
    font-size: 13px
}

.cart-info .cart-content>.items .cart-right .cart-qty>a {
    margin-left: 15px
}

.cart-info .cart-content>.items .cart-right .cart-qty .wishlist-added .cs-icon {
    color: #e18694
}

.cart-info .cart-content .subtotal {
    position: relative;
    padding: 16px 0px;
    text-transform: uppercase
}

.cart-info .cart-content .subtotal>span {
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
    color: #000
}

.cart-info .cart-content .subtotal>span.cart-total-right {
    font-weight: 900;
    font-size: 20px;
    float: right
}

.cart-info .cart-content .action {
    padding: 20px 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.cart-info .cart-content .action ._btn {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    letter-spacing: 1px
}

.cart-info .cart-content .action ._btn * {
    color: currentcolor
}

.cart-info .cart-content .action ._btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.cart-info .cart-content .action ._btn:hover * {
    color: currentcolor
}

.cart-info .cart-content .action ._btn+._btn {
    margin-top: 5px
}

@media only screen and (max-width: 767px) {
    .cart-info {
        margin-top: 0;
        border-width: 0;
        -moz-box-shadow: -0.5px 1px 5px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: -0.5px 1px 5px 0px rgba(0,0,0,0.2);
        box-shadow: -0.5px 1px 5px 0px rgba(0,0,0,0.2)
    }

    .cart-info .text-items {
        font-size: 14px
    }

    .cart-info .text-items .cs-icon {
        padding: 10px;
        margin-top: -16px !important
    }
}

@media only screen and (max-width: 425px) {
    .cart-info {
        max-width: 100%
    }
}

.m_cart-group {
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative
}

.m_cart-group a:focus,.m_cart-group a:hover {
    text-decoration: none
}

.m_cart-group .items-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: auto;
    border-radius: 40px;
    position: relative
}

.m_cart-group .items-cart .items-text {
    margin-left: 7px
}

.m_cart-group .items-cart .items-text .cart_text_mobile,.m_cart-group .items-cart .items-text .cart_text {
    white-space: nowrap;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 8px
}

.m_cart-group .items-cart .num-items-in-cart {
    position: relative;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: auto
}

.m_cart-group .items-cart .num-items-in-cart .fa-shopping-cart {
    margin-right: 5px;
    margin-top: -3px
}

.m_cart-group .items-cart .num-items-in-cart * {
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase
}

@media only screen and (max-width: 1199px) {
    .m_cart-group {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .m_cart-group {
        position: static
    }
}

@media only screen and (min-width: 426px) {
    .m_cart-group:hover .num-items-in-cart .cs-icon {
        color: #ffc03f
    }
}

@media only screen and (max-width: 767px) {
    .m_cart-group {
        position: static;
        padding: 0
    }

    .m_cart-group .items-cart .num-items-in-cart .cs-icon {
        font-size: 20px !important
    }

    .m_cart-group .items-cart .num-items-in-cart .cart_text {
        margin-top: -3px !important
    }

    .m_cart-group .items-cart .num-items-in-cart .cart_text .number {
        font-size: 9px !important;
        font-weight: 500
    }

    .m_cart-group .items-cart .items-text {
        display: none !important
    }
}

.spr-review-header-byline {
    font-size: 12px !important;
    color: #726e6e;
    font-family: Josefin Sans;
    text-transform: capitalize;
    opacity: 1 !important;
    filter: alpha(opacity=100 !important);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.spr-icon {
    color: #ffc03f
}

.spr-icon:hover {
    color: #ffc03f
}

.spr-badge-starrating {
    margin-right: 10px
}

.rating-star,.spr-starratings,.spr-starrating {
    font-size: 0;
    margin-bottom: 5px
}

.rating-star i.spr-icon,.spr-starratings i.spr-icon,.spr-starrating i.spr-icon {
    font-size: 14px;
    color: #ffc03f;
    margin-right: 1px
}

.rating-star i.spr-icon.spr-icon-star-empty,.spr-starratings i.spr-icon.spr-icon-star-empty,.spr-starrating i.spr-icon.spr-icon-star-empty {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

@media only screen and (max-width: 425px) {
    .rating-star i.spr-icon,.spr-starratings i.spr-icon,.spr-starrating i.spr-icon {
        font-size: 12px
    }
}

.rating-star .spr-badge-starrating,.spr-starratings .spr-badge-starrating,.spr-starrating .spr-badge-starrating {
    margin: 0
}

.rating-star .spr-badge-caption,.spr-starratings .spr-badge-caption,.spr-starrating .spr-badge-caption {
    display: none
}

.m_social_group {
    margin-left: -10px;
    margin-right: -10px
}

.m_social_group a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 10px
}

@media (min-width: 1200px) {
    .m_social_group a:hover .fa {
        -moz-animation: spinAround 1s linear infinite;
        -o-animation: spinAround 1s linear infinite;
        -webkit-animation: spinAround 1s linear infinite;
        animation: spinAround 1s linear infinite
    }
}

body .sub-dropdown {
    position: absolute
}

@media only screen and (max-width: 991px) {
    body .sub-dropdown {
        display: none !important
    }
}

body .main-header .nav-logo img {
    max-height: 100%
}

body .navigation_dropdown_scroll {
    display: block !important;
    margin: 0;
    padding: 0;
    padding-top: 72px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 100vh;
    overflow: hidden;
    min-width: 0;
    width: 100%;
    max-width: 425px;
    z-index: 1;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    visibility: hidden
}

body .navigation_dropdown_scroll>ul {
    padding-bottom: 80px;
    padding-top: 80px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0
}

body .navigation_dropdown_scroll>ul li {
    list-style: none
}

body .navigation_dropdown_scroll.hover-dropdown,body .navigation_dropdown_scroll.active-dropdown {
    visibility: visible;
    -moz-animation: moveFromRight 0.6s ease both;
    -o-animation: moveFromRight 0.6s ease both;
    -webkit-animation: moveFromRight 0.6s ease both;
    animation: moveFromRight 0.6s ease both
}

@media only screen and (max-width: 991px) {
    body .navigation_dropdown_scroll {
        padding-top: 53px
    }
}

@media only screen and (max-width: 425px) {
    body .navigation_dropdown_scroll {
        padding-top: 35px
    }
}

body .navigation-links {
    text-align: center;
    width: 100%;
    margin: 0
}

body .navigation-links .sub-dropdown {
    height: 1px
}

body .navigation-links>li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    list-style: none
}

body .navigation-links>li>a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: Josefin Sans;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-right: 16px;
    padding-left: 16px
}

body .navigation-links>li.active>a,body .navigation-links>li:hover>a {
    color: #ffc03f
}

body .navigation-links>li:first-child {
    padding-left: 0
}

body .navigation-links>li>.dropdown-menu {
    margin-top: 0px;
    left: 16px;
    right: auto
}

body .navigation-links>li>.dropdown-menu .dropdown {
    position: relative
}

body .navigation-links>li>.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body .navigation-links>li>.dropdown-menu .dropdown:hover>.dropdown-menu {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

body .navigation-links .dropdown:not(.mega-menu) {
    position: relative
}

body .navigation-links .dropdown:not(.mega-menu) .dropdown-menu {
    background-color: #f3e8dd;
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 250px;
    border-radius: 4px
}

body .navigation-links .dropdown:not(.mega-menu) .dropdown-menu li {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 7px
}

body .navigation-links .dropdown:not(.mega-menu) .dropdown-menu li .sub-dropdown {
    left: 100%;
    right: auto;
    top: 0;
    width: 5px;
    height: 100%
}

body .navigation-links .dropdown:not(.mega-menu) .dropdown-menu li a {
    background-color: transparent;
    color: #98723c;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    font-family: Josefin Sans
}

body .navigation-links .dropdown:not(.mega-menu) .dropdown-menu li .icon-small {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 10px
}

body .navigation-links .dropdown:not(.mega-menu) .dropdown-menu li:hover a,body .navigation-links .dropdown:not(.mega-menu) .dropdown-menu li.active a {
    color: #c83700;
    text-decoration: none;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

body .navigation-links .dropdown:not(.mega-menu) .dropdown-menu li:hover .icon-small,body .navigation-links .dropdown:not(.mega-menu) .dropdown-menu li.active .icon-small {
    color: #c83700
}

body .navigation-links .dropdown.mega-menu {
    position: static
}

body .navigation-links .dropdown.mega-menu .megamenu-container {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    margin-top: 0;
    padding: 67px 89px;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2)
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu {
    font-size: 16px;
    margin: 0
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu li {
    list-style: none
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 43px;
    display: block
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links {
    padding-right: 44.5px
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links ul {
    margin: 0
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links ul li {
    list-style: none;
    border-top: 1px solid #dbcebd;
    padding-top: 19px;
    padding-bottom: 19px
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links ul li:last-child {
    border-bottom: 1px solid #dbcebd
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links ul li>a {
    color: #444;
    text-transform: capitalize
}

body .navigation-links .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links ul li>a:hover {
    color: #9d1414
}

body .navigation-links .dropdown.mega-menu .megamenu-container .product {
    margin-bottom: 0 !important
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-1 {
    background-color: #fcfafb
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu li {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu li .mega-img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu li .mega-title {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu li:hover .mega-img {
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2)
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu li:hover .mega-title {
    color: #9d1414;
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega-product {
    padding-left: 44.5px
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega-product .products-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega-product .products-content .products-items {
    width: 50%;
    padding-right: 44.5px;
    padding-left: 44.5px
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega-product .products-content .products-items:first-child {
    padding-left: 0
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu .mega-product .products-content .products-items:last-child {
    padding-right: 0
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-5 .sub-mega-menu .mega-banner {
    padding-left: 44.5px
}

body .navigation-links .dropdown.mega-menu .megamenu-container.megamenu-container-5 .sub-mega-menu .mega-banner>a {
    display: block;
    text-align: right
}

@media only screen and (max-width: 1199px) {
    body .navigation-links .sub-dropdown {
        height: 1px
    }

    body .navigation-links>li>a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 13px
    }

    body .navigation-links>li>.dropdown-menu {
        margin-top: 0px
    }
}

body ul.navigation_links_mobile {
    margin: 0;
    background-color: rgba(0,0,0,0.95);
    padding: 0 25px
}

body ul.navigation_links_mobile ul {
    margin: 0
}

body ul.navigation_links_mobile li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #343434
}

body ul.navigation_links_mobile li a:not(.arrow_sub) {
    font-size: 14px;
    display: block;
    padding: 18px 0 13px;
    font-weight: 600;
    color: #fff
}

body ul.navigation_links_mobile li a.arrow_sub {
    color: #fff;
    right: 0;
    top: 12px;
    position: absolute;
    height: 30px;
    width: 11px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border-bottom: 0
}

body ul.navigation_links_mobile li a.arrow_sub:focus,body ul.navigation_links_mobile li a.arrow_sub:hover {
    background-color: transparent
}

body ul.navigation_links_mobile li a.arrow_sub i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat
}

body ul.navigation_links_mobile li a.arrow_sub i.arrow-plus:before,body ul.navigation_links_mobile li a.arrow_sub i.arrow-minus:before {
    font-style: normal;
    line-height: 28px;
    font-size: 23px
}

body ul.navigation_links_mobile li a.arrow_sub i.arrow-minus:before {
    content: '-'
}

body ul.navigation_links_mobile li a.arrow_sub i.arrow-plus:before {
    content: '+'
}

body ul.navigation_links_mobile>li>a {
    text-transform: uppercase
}

body ul.navigation_links_mobile>li .menu-mobile-container>li {
    border-top: 1px solid #343434;
    border-bottom-width: 0
}

body ul.navigation_links_mobile>li .menu-mobile-container>li a {
    text-transform: capitalize;
    color: rgba(255,255,255,0.7);
    font-weight: 500
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu>li {
    border-top-width: 0;
    border-width: 0
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .group_collumn_inner {
    margin-left: -5px;
    margin-right: -5px
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .group_collumn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .group_collumn .mega1-collumn {
    width: 50%;
    border-bottom-width: 0;
    padding: 5px
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .group_collumn .mega1-collumn .mega-title {
    padding: 0
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-title {
    color: #fff !important;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600 !important;
    display: block;
    border-bottom: 1px solid #343434;
    border-top: 1px solid #343434
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu li a {
    text-transform: capitalize
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-product .products-content {
    margin-left: -5px;
    margin-right: -5px
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-product .mega-product-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-product .mega-product-inner>div {
    width: 50%
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-product .mega-product-inner .product {
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-product .mega-product-inner .product li {
    border-width: 0
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-product .mega-product-inner .product .product-title a {
    padding: 0
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-product .mega-product-inner .product *:not(.spr-icon) {
    color: #fff
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-product .mega-product-inner .product .row-left {
    border-width: 0
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-product .mega-product-inner .product .row-left a {
    padding: 0
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu .mega-links * {
    color: rgba(255,255,255,0.7);
    font-weight: 500
}

body ul.navigation_links_mobile>li:not(.navigation) .menu-mobile-container.sub-mega-menu>li.mega-links:last-child ul>li:last-child {
    border-bottom: 0
}

body ul.navigation_links_mobile>li.navigation .menu-mobile-container:not(.sub-mega-menu) .sub-menu-mobile-container {
    padding-left: 35px
}

ul.filter-content {
    overflow: hidden
}

ul.filter-content .fe-checkbox {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0px;
    margin-top: -9.5px;
    border-radius: 0px;
    background-image: url(../../assets/images/bg_none_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: 0
}

ul.filter-content .fe-checkbox-active,ul.filter-content li.active a span.fe-checkbox {
    background-image: url(../../assets/images/bg_check.png)
}

ul.filter-content li a {
    position: relative;
    padding-left: 23px
}

ul.filter-content.filter-color {
    padding-left: 20px;
    padding-right: 20px
}

ul.filter-content.filter-color .color-swatch {
    display: block;
    margin: -2px;
    width: 32px;
    height: 32px
}

.contact_caption .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 16px;
    font-size: 14px
}

.contact_caption .item address {
    @inlcude _h7;;margin-bottom: 0
}

.contact_caption .item:last-child {
    margin-bottom: 0
}

.contact_caption .item .cs-icon {
    font-size: 22px;
    margin-right: 30px
}

.contact_caption .item .cs-icon:focus,.contact_caption .item .cs-icon:hover {
    -moz-animation: spinAround 0.5s linear infinite;
    -o-animation: spinAround 0.5s linear infinite;
    -webkit-animation: spinAround 0.5s linear infinite;
    animation: spinAround 0.5s linear infinite
}

@media only screen and (max-width: 425px) {
    .contact_caption .item {
        font-size: 12px
    }

    .contact_caption .item .cs-icon {
        margin-right: 15px;
        font-size: 15px
    }
}

.tabs-information {
    padding: 0;
    margin-bottom: 50px;
    border: 1px solid #dbcebd
}

.tabs-information .tabs-title {
    padding-left: 0;
    padding-right: 0
}

.tabs-information .tabs-title .nav-tabs {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
    border-color: #dbcebd
}

.tabs-information .tabs-title .nav-tabs>li {
    list-style: none;
    float: none;
    display: block;
    margin-bottom: 0
}

.tabs-information .tabs-title .nav-tabs>li a {
    margin-right: 0px;
    line-height: 1em;
    border-radius: 0;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    font-weight: 400;
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #dbcebd;
    border-top-width: 0;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: #f3e8dd;
    position: relative;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.tabs-information .tabs-title .nav-tabs>li a:after {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    content: '';
    position: absolute;
    height: 2px;
    background-color: #ffc03f;
    top: -5px;
    left: 0;
    width: 0
}

.tabs-information .tabs-title .nav-tabs>li a:focus,.tabs-information .tabs-title .nav-tabs>li a:hover {
    color: #000;
    margin-bottom: -5px
}

.tabs-information .tabs-title .nav-tabs>li a:focus:after,.tabs-information .tabs-title .nav-tabs>li a:hover:after {
    width: 100%
}

.tabs-information .tabs-title .nav-tabs>li:last-child>a {
    border-right-width: 0px
}

.tabs-information .tabs-title .nav-tabs>li.active>a,.tabs-information .tabs-title .nav-tabs>li.active>a:hover,.tabs-information .tabs-title .nav-tabs>li.active>a:focus {
    color: #000;
    margin-bottom: -5px
}

.tabs-information .tabs-title .nav-tabs>li.active>a:after,.tabs-information .tabs-title .nav-tabs>li.active>a:hover:after,.tabs-information .tabs-title .nav-tabs>li.active>a:focus:after {
    width: 100%
}

.tabs-information .tabs-content {
    padding: 33px 35px;
    overflow: hidden
}

.tabs-information .tabs-content .tab-content {
    overflow: hidden
}

.tabs-information .tabs-content .tab-content .tab-pane.active {
    -moz-animation: moveFromLeft 0.6s ease both;
    -o-animation: moveFromLeft 0.6s ease both;
    -webkit-animation: moveFromLeft 0.6s ease both;
    animation: moveFromLeft 0.6s ease both
}

.tabs-information .tabs-content .tab-content .table thead tr td:nth-of-type(2),.tabs-information .tabs-content .tab-content .table thead tr th:nth-of-type(2),.tabs-information .tabs-content .tab-content .table tbody tr td:nth-of-type(2),.tabs-information .tabs-content .tab-content .table tbody tr th:nth-of-type(2) {
    min-width: 100px
}

.tabs-information .tabs-content .tab-content p {
    color: #444;
    line-height: 1.6em
}

.tabs-information .tabs-content .tab-content iframe {
    width: 100% !important;
    margin-bottom: 20px
}

.tabs-information .tabs-content .tab-content .tags>span {
    margin-right: 10px
}

.tabs-information .tabs-content .tab-content .tags>a {
    margin-right: 5px
}

.tabs-information .tabs-content .tab-content h2 {
    font-size: 15px;
    text-transform: uppercase
}

.tabs-information .tabs-content .tab-content ul.angle-right {
    margin: 0;
    margin-top: 31px;
    padding-left: 35px;
    margin-bottom: 40px
}

.tabs-information .tabs-content .tab-content ul.angle-right li {
    list-style: none;
    line-height: 2em;
    padding-left: 21px;
    position: relative
}

.tabs-information .tabs-content .tab-content ul.angle-right li:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    font-size: 16px;
    margin-top: -8px;
    content: "\f105"
}

.tabs-information .tabs-content .tab-content img {
    margin-top: 20px;
    margin-bottom: 20px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container {
    border-width: 0;
    padding: 0
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-form,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header {
    background-color: #f7f1e9
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header {
    padding: 30px 40px;
    position: relative;
    border-radius: 0 0 3px 3px;
    min-height: 120px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-header-title {
    display: none
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 4px;
    font-family: Josefin Sans;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 40px;
    margin-right: 40px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a[disabled] * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a.active,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a .lnr,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a .fa,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a span {
    color: currentColor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a svg {
    fill: currentColor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary {
    text-align: center;
    float: left
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-starrating {
    *zoom: 1;
    display: block
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-starrating::after {
    content: '';
    display: table;
    clear: both
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-starrating i.spr-icon {
    font-size: 26px;
    margin-right: 3px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-caption {
    padding-top: 8px;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form {
    padding: 0 40px 40px 40px;
    border-radius: 0 3px 3px 0;
    border-top-width: 0;
    margin-top: 0
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    -moz-box-shadow: -0.5px 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: -0.5px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: -0.5px 1px 5px 0px rgba(0,0,0,0.2);
    padding: 30px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-title {
    display: none
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-label {
    color: #000;
    font-weight: 600;
    font-size: 14px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input {
    font-size: 14px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input textarea {
    min-height: 160px;
    max-height: 160px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-starrating a {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-starrating a:before {
    font-size: 16px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button {
    float: left;
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 4px;
    font-family: Josefin Sans;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button[disabled] * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button.active,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button .lnr,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button .fa,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button span {
    color: currentColor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button svg {
    fill: currentColor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-webkit-input-placeholder {
    font-size: 14px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-moz-placeholder {
    font-size: 14px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form :-ms-input-placeholder {
    font-size: 14px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-ms-input-placeholder {
    font-size: 14px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews {
    margin-top: 0;
    padding: 40px 40px 0 40px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews>div:first-child {
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review {
    *zoom: 1
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review::after {
    content: '';
    display: table;
    clear: both
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
    float: left;
    width: 25%;
    padding-right: 40px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-starratings {
    margin-bottom: 8px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-starratings i.spr-icon {
    font-size: 14px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-title {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-byline {
    width: 100%
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content {
    float: left;
    width: 75%
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content .spr-review-content-body {
    font-size: 16px
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer {
    width: 100%;
    text-align: left;
    padding-left: 25%
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer .spr-review-reportreview {
    float: left
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer a {
    font-size: 14px;
    color: #726e6e
}

.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer a:hover {
    color: #9d1414
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination {
    height: 32px;
    padding: 0 !important;
    border-top-width: 0
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 4px;
    font-family: Josefin Sans;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    border-width: 1px;
    height: 32px;
    line-height: 30px;
    color: #726e6e;
    border-color: #dbcebd;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    width: 32px;
    overflow: hidden;
    padding: 0 !important
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page[disabled] * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page.active,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page .lnr,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page .fa,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page span {
    color: currentColor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page svg {
    fill: currentColor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:hover,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page.is-active {
    color: #000;
    border-color: #e8e8e8;
    background-color: #e8e8e8;
    font-weight: 500
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:hover *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page.is-active * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev {
    top: 0
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 4px;
    font-family: Josefin Sans;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    border-width: 1px;
    height: 32px;
    line-height: 30px;
    color: #726e6e;
    border-color: #dbcebd;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    width: 32px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    font-size: 0
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span[disabled],.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a[disabled],.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span[disabled],.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span[disabled] *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a[disabled] *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span[disabled] *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a[disabled] * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span.active,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span:active,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a.active,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:active,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span.active,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span:active,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a.active,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span:focus,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:focus,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span:focus,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span .lnr,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span .fa,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span span,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a .lnr,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a .fa,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a span,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span .lnr,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span .fa,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span span,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a .lnr,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a .fa,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a span {
    color: currentColor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span svg,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a svg,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span svg,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a svg {
    fill: currentColor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span:before,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:before,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span:before,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:before {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
    font-size: 18px
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next:hover a,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev:hover a {
    color: #000;
    border-color: #e8e8e8;
    background-color: #e8e8e8;
    font-weight: 500
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next:hover a *,.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev:hover a * {
    color: currentcolor
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a {
    text-indent: 60px
}

.tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a {
    text-indent: 60px
}

.tabs-information .tabs-content .tab-content #shipping .shipping-item {
    margin-bottom: 30px
}

.tabs-information .tabs-content .tab-content #shipping .shipping-item:last-child {
    margin-bottom: 0px
}

.tabs-information .tabs-content .tab-content #shipping .shipping-item .item-title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    line-height: 1em
}

.tabs-information .tabs-content .tab-content #payment {
    line-height: 1.6em
}

@media only screen and (max-width: 1199px) {
    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
        width: 33.33333%
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content {
        width: 66.66667%
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer {
        padding-left: 33.33333%
    }

    .tabs-information .tabs-title .nav-tabs>li {
        width: 100%
    }

    .tabs-information .tabs-title .nav-tabs>li a {
        border-right-width: 0px;
        border-bottom-width: 1px
    }

    .tabs-information .tabs-title .nav-tabs>li:first-child>a {
        border-left-width: 0px
    }

    .tabs-information .tabs-title .nav-tabs>li:last-child>a {
        border-width: 0 !important
    }

    .tabs-information .tabs-title .nav-tabs>li.active>a,.tabs-information .tabs-title .nav-tabs>li.active>a:hover,.tabs-information .tabs-title .nav-tabs>li.active>a:focus {
        margin-bottom: 0px
    }

    .tabs-information .tabs-title .nav-tabs>li.active>a:after,.tabs-information .tabs-title .nav-tabs>li.active>a:hover:after,.tabs-information .tabs-title .nav-tabs>li.active>a:focus:after {
        top: 0
    }
}

@media only screen and (max-width: 767px) {
    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary {
        width: 100%
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions>a {
        position: static;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 25px auto 0;
        float: none
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
        padding-right: 0
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
        width: 100%
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer {
        padding-left: 0
    }
}

@media only screen and (max-width: 425px) {
    .tabs-information .tabs-title .nav-tabs>li a {
        font-size: 12px;
        padding: 13px 10px
    }

    .tabs-information .tabs-content {
        font-size: 12px;
        padding: 26px 20px
    }

    .tabs-information .tabs-content .tab-content p {
        line-height: 1.7em
    }

    .tabs-information .tabs-content .tab-content img {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .tabs-information .tabs-content .tab-content ul.angle-right {
        margin-top: 20px;
        margin-bottom: 24px
    }

    .tabs-information .tabs-content .tab-content ul.angle-right li {
        line-height: 1.7em;
        margin-bottom: 5px;
        padding-left: 15px
    }

    .tabs-information .tabs-content .tab-content ul.angle-right li:before {
        font-size: 12px;
        top: 0;
        margin-top: 4px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header {
        padding-left: 10px;
        padding-right: 10px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews {
        padding-left: 0px;
        padding-right: 0px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-title,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content .spr-review-content-body,.tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer a {
        font-size: 12px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form {
        padding: 15px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-webkit-input-placeholder {
        font-size: 12px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-moz-placeholder {
        font-size: 12px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form :-ms-input-placeholder {
        font-size: 12px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-ms-input-placeholder {
        font-size: 12px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input {
        font-size: 12px
    }

    .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input textarea {
        min-height: 100px;
        max-height: 100px
    }
}

.accordions-content .panel-group .panel {
    border-radius: 0;
    border: 0;
    background-color: transparent
}

.accordions-content .panel-group .panel+.panel {
    padding-top: 25px
}

.accordions-content .panel-heading {
    border-radius: 0;
    padding: 0
}

.accordions-content .panel-heading a {
    line-height: 1em;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.accordions-content .panel-heading .panel-title {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    padding: 14.5px 60px 14.5px 40px;
    border-width: 1px;
    border-style: solid;
    background-color: #dbcebd;
    border-color: #dbcebd;
    color: #444
}

.accordions-content .panel-heading .panel-title * {
    color: #444
}

.accordions-content .panel-heading:hover .panel-title,.accordions-content .panel-heading:focus .panel-title,.accordions-content .panel-heading.active .panel-title {
    background-color: #9d1414;
    border-color: #9d1414;
    color: #fff
}

.accordions-content .panel-heading:hover .panel-title *,.accordions-content .panel-heading:focus .panel-title *,.accordions-content .panel-heading.active .panel-title * {
    color: #fff
}

.accordions-content .panel-heading .cs-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    font-size: 13px;
    margin-top: -7px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.accordions-content .panel-body {
    padding: 33px 40px;
    line-height: 1.6em;
    border: 1px solid #dbcebd;
    border-top: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (max-width: 425px) {
    .accordions-content .panel-heading .panel-title {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 35px
    }

    .accordions-content .panel-heading .cs-icon {
        right: 15px;
        font-size: 10px;
        margin-top: -5px
    }

    .accordions-content .panel-group .panel+.panel {
        padding-top: 5px
    }

    .accordions-content .panel-body {
        padding: 10px 15px
    }
}

.blockquotes-content {
    position: relative;
    padding: 30px 45px 30px 40px;
    background-color: #f7f1e9;
    color: #444;
    margin-bottom: 38px;
    font-size: 16px
}

.blockquotes-content p {
    font-style: italic;
    line-height: 1.6em;
    margin-bottom: 0
}

.blockquotes-content p+p {
    margin-top: 15px
}

.blockquotes-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background-color: #9d1414
}

.client_item {
    text-align: center;
    font-family: Josefin Sans;
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 85px;
    margin-bottom: 100px
}

.client_item p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 2em
}

.client_item .item_top {
    *zoom: 1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 34px;
    position: relative
}

.client_item .item_top::after {
    content: '';
    display: table;
    clear: both
}

.client_item .item_top:after {
    content: '';
    background-color: #dbcebd;
    height: 1px;
    width: 70%;
    margin: 0 auto
}

.client_item .item_top .item_title {
    font-size: 40px;
    color: #444;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 5px
}

.client_item .item_top .item_caption {
    font-family: Josefin Sans;
    font-size: 18px;
    color: #aaa;
    margin-bottom: 28px
}

.client_item .item_info {
    font-family: Josefin Sans;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 33px;
    color: #444;
    line-height: 1.6em
}

@media only screen and (max-width: 991px) {
    .client_item {
        margin-bottom: 52px
    }

    .client_item .item_top {
        margin-bottom: 20px
    }

    .client_item .item_top .item_title {
        font-size: 30px
    }

    .client_item .item_top .item_caption {
        font-size: 16px;
        margin-bottom: 21px
    }

    .client_item .item_info {
        font-size: 14px;
        margin-bottom: 49px
    }

    .client_item .item_bottom .client_name {
        font-size: 16px;
        margin-bottom: 3px
    }

    .client_item .item_bottom>a {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .client_item {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width: 425px) {
    .client_item .item_top {
        margin-bottom: 10px
    }

    .client_item .item_top .item_title {
        font-size: 16px
    }

    .client_item .item_top .item_caption {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 8px
    }

    .client_item .item_info {
        font-size: 12px;
        margin-bottom: 22px
    }

    .client_item .item_bottom .client_name {
        font-size: 14px !important;
        margin-bottom: 0px !important
    }

    .client_item .item_bottom>a {
        font-size: 12px !important
    }
}

.testimonial-slider .slider-item {
    text-align: center
}

.testimonial-slider .slider-item .item-top {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 181px;
    height: 181px
}

.testimonial-slider .slider-item .item-bottom {
    background-color: #dbcebd;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -109.5px;
    padding-top: 146.5px;
    padding-bottom: 48px
}

.testimonial-slider .slider-item .item-bottom .description {
    font-style: italic;
    color: #000;
    line-height: 1.6em;
    width: 70%;
    margin: 0 auto 50px
}

.testimonial-slider .slider-item .item-bottom .name {
    font-size: 20px;
    color: #9d1414;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
    line-height: 1em;
    color: #000;
    margin-bottom: 9px
}

@media only screen and (max-width: 425px) {
    .testimonial-slider .slider-item .item-bottom .name {
        font-size: 16px;
        margin-bottom: 0
    }
}

.testimonial-slider .slider-item .item-bottom>a {
    font-style: italic;
    font-family: Josefin Sans;
    color: #726e6e
}

.testimonial-slider .slider-item .item-bottom>a:hover {
    color: #9d1414
}

@media only screen and (max-width: 425px) {
    .testimonial-slider .slider-item .item-bottom>a {
        font-size: 12px
    }
}

.testimonial-slider .owl-controls .owl-prev,.testimonial-slider .owl-controls .owl-next {
    margin-top: 20.75px
}

.testimonial-slider .owl-controls .owl-prev {
    left: 15px
}

.testimonial-slider .owl-controls .owl-next {
    right: 15px
}

@media only screen and (max-width: 425px) {
    .testimonial-slider .slider-item .item-bottom .description {
        font-size: 12px
    }
}

.testimonial-list .list-content {
    position: relative;
    padding-left: 130px
}

.testimonial-list .list-content .list-left {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-list .list-content .list-right .name {
    color: #000;
    margin-bottom: 11px
}

.testimonial-list .list-content .list-right .position-date {
    margin-bottom: 19px;
    *zoom: 1
}

.testimonial-list .list-content .list-right .position-date::after {
    content: '';
    display: table;
    clear: both
}

.testimonial-list .list-content .list-right .position-date>span {
    display: inline-block;
    *display: inline;
    zoom: 1
}

.testimonial-list .list-content .list-right .position-date .position {
    float: left;
    font-style: italic;
    font-family: Josefin Sans;
    color: #726e6e;
    color: #9d1414;
    font-size: 20px
}

.testimonial-list .list-content .list-right .position-date .position:hover {
    color: #9d1414
}

@media only screen and (max-width: 425px) {
    .testimonial-list .list-content .list-right .position-date .position {
        font-size: 12px
    }
}

.testimonial-list .list-content .list-right .position-date .date,.testimonial-list .list-content .list-right .position-date .article-date {
    float: right;
    font-size: 14px;
    color: #726e6e
}

.testimonial-list .list-content .list-right .description {
    border-top: 1px solid #dbcebd;
    padding-top: 18px;
    font-style: italic;
    line-height: 1.6em;
    color: #000
}

@media only screen and (max-width: 425px) {
    .testimonial-list .list-content {
        padding-left: 0
    }

    .testimonial-list .list-content .list-right .name {
        text-align: center
    }

    .testimonial-list .list-content .list-right .position-date .date,.testimonial-list .list-content .list-right .position-date .article-date {
        font-size: 12px
    }

    .testimonial-list .list-content .list-right .description {
        font-size: 12px
    }

    .testimonial-list .list-content .list-left {
        position: static;
        margin: 0 auto;
        margin: 0 auto;
        display: block
    }
}

.tables_content table.table,.tabs-information .tabs-content .tab-content table.table {
    border: 0
}

.tables_content table.table>thead>tr>td,.tabs-information .tabs-content .tab-content table.table>thead>tr>td,.tables_content table.table>thead>tr>th,.tabs-information .tabs-content .tab-content table.table>thead>tr>th,.tables_content table.table>tfoot>tr>td,.tabs-information .tabs-content .tab-content table.table>tfoot>tr>td,.tables_content table.table>tfoot>tr>th,.tabs-information .tabs-content .tab-content table.table>tfoot>tr>th,.tables_content table.table>tbody>tr>td,.tabs-information .tabs-content .tab-content table.table>tbody>tr>td,.tables_content table.table>tbody>tr>th,.tabs-information .tabs-content .tab-content table.table>tbody>tr>th {
    text-align: center
}

.tables_content table.table>thead>tr>td,.tabs-information .tabs-content .tab-content table.table>thead>tr>td,.tables_content table.table>thead>tr>th,.tabs-information .tabs-content .tab-content table.table>thead>tr>th {
    color: #000;
    border-color: #dbcebd;
    background-color: #dbcebd;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-width: 0;
    padding: 9.5px 15px;
    white-space: nowrap
}

.tables_content table.table>thead>tr>td *,.tabs-information .tabs-content .tab-content table.table>thead>tr>td *,.tables_content table.table>thead>tr>th *,.tabs-information .tabs-content .tab-content table.table>thead>tr>th * {
    color: currentcolor
}

.tables_content table.table>tfoot>tr>td,.tabs-information .tabs-content .tab-content table.table>tfoot>tr>td,.tables_content table.table>tfoot>tr>th,.tabs-information .tabs-content .tab-content table.table>tfoot>tr>th,.tables_content table.table>tbody>tr>td,.tabs-information .tabs-content .tab-content table.table>tbody>tr>td,.tables_content table.table>tbody>tr>th,.tabs-information .tabs-content .tab-content table.table>tbody>tr>th {
    font-size: 14px;
    color: #444;
    padding: 10px 15px;
    border-style: solid;
    border-width: 0px;
    border-right-color: #dbcebd;
    border-left-color: #dbcebd;
    border-right-width: 1px
}

.tables_content table.table>tfoot>tr>td:first-child,.tabs-information .tabs-content .tab-content table.table>tfoot>tr>td:first-child,.tables_content table.table>tfoot>tr>th:first-child,.tabs-information .tabs-content .tab-content table.table>tfoot>tr>th:first-child,.tables_content table.table>tbody>tr>td:first-child,.tabs-information .tabs-content .tab-content table.table>tbody>tr>td:first-child,.tables_content table.table>tbody>tr>th:first-child,.tabs-information .tabs-content .tab-content table.table>tbody>tr>th:first-child {
    border-left-width: 1px
}

.tables_content table.table>tfoot>tr:nth-of-type(odd),.tabs-information .tabs-content .tab-content table.table>tfoot>tr:nth-of-type(odd),.tables_content table.table>tbody>tr:nth-of-type(odd),.tabs-information .tabs-content .tab-content table.table>tbody>tr:nth-of-type(odd) {
    background-color: #f3e8dd
}

.tables_content table.table>tfoot>tr:nth-of-type(even),.tabs-information .tabs-content .tab-content table.table>tfoot>tr:nth-of-type(even),.tables_content table.table>tbody>tr:nth-of-type(even),.tabs-information .tabs-content .tab-content table.table>tbody>tr:nth-of-type(even) {
    background-color: #f7f1e9
}

@media only screen and (max-width: 1199px) {
    .tables_content table.table>thead>tr>td,.tabs-information .tabs-content .tab-content table.table>thead>tr>td,.tables_content table.table>thead>tr>th,.tabs-information .tabs-content .tab-content table.table>thead>tr>th {
        font-size: 12px
    }

    .tables_content table.table>tfoot>tr>td,.tabs-information .tabs-content .tab-content table.table>tfoot>tr>td,.tables_content table.table>tfoot>tr>th,.tabs-information .tabs-content .tab-content table.table>tfoot>tr>th,.tables_content table.table>tbody>tr>td,.tabs-information .tabs-content .tab-content table.table>tbody>tr>td,.tables_content table.table>tbody>tr>th,.tabs-information .tabs-content .tab-content table.table>tbody>tr>th {
        font-size: 12px
    }
}

@media only screen and (max-width: 540px) {
    .tables_content,.tabs-information .tabs-content .tab-content {
        overflow-x: auto
    }
}

.group_form .form-item,body:not(.index-template) main section.customers-layout.login-layout .form-item,body:not(.index-template) main section.customers-layout.register-layout .form-item,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item {
    margin-bottom: 22px
}

.group_form .form-item label,body:not(.index-template) main section.customers-layout.login-layout .form-item label,body:not(.index-template) main section.customers-layout.register-layout .form-item label,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item label {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    display: block
}

.group_form .form-item input:not(._btn),body:not(.index-template) main section.customers-layout.login-layout .form-item input:not(._btn),body:not(.index-template) main section.customers-layout.register-layout .form-item input:not(._btn),body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item input:not(._btn),.group_form .form-item select:not(._btn),body:not(.index-template) main section.customers-layout.login-layout .form-item select:not(._btn),body:not(.index-template) main section.customers-layout.register-layout .form-item select:not(._btn),body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item select:not(._btn),.group_form .form-item textarea:not(._btn),body:not(.index-template) main section.customers-layout.login-layout .form-item textarea:not(._btn),body:not(.index-template) main section.customers-layout.register-layout .form-item textarea:not(._btn),body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item textarea:not(._btn) {
    border-radius: 4px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #726e6e;
    font-size: 14px
}

.group_form .form-item select,body:not(.index-template) main section.customers-layout.login-layout .form-item select,body:not(.index-template) main section.customers-layout.register-layout .form-item select,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item select,.group_form .form-item input:not(._btn),body:not(.index-template) main section.customers-layout.login-layout .form-item input:not(._btn),body:not(.index-template) main section.customers-layout.register-layout .form-item input:not(._btn),body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item input:not(._btn) {
    height: 40px;
    line-height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #dbcebd;
    padding-top: 4px;
    padding-bottom: 0
}

.group_form .form-item textarea,body:not(.index-template) main section.customers-layout.login-layout .form-item textarea,body:not(.index-template) main section.customers-layout.register-layout .form-item textarea,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item textarea {
    min-height: 132px;
    padding-top: 10px;
    padding-bottom: 10px
}

.group_form .form-item.form-password,body:not(.index-template) main section.customers-layout.login-layout .form-item.form-password,body:not(.index-template) main section.customers-layout.register-layout .form-item.form-password,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item.form-password {
    position: relative
}

.group_form .form-item.form-password input,body:not(.index-template) main section.customers-layout.login-layout .form-item.form-password input,body:not(.index-template) main section.customers-layout.register-layout .form-item.form-password input,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item.form-password input {
    padding-right: 30px
}

.group_form .form-item.form-password .cs-icon,body:not(.index-template) main section.customers-layout.login-layout .form-item.form-password .cs-icon,body:not(.index-template) main section.customers-layout.register-layout .form-item.form-password .cs-icon,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item.form-password .cs-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 12px !important;
    margin-top: -6px;
    font-weight: 900
}

.group_form .form-item.form-password .cs-icon:hover,body:not(.index-template) main section.customers-layout.login-layout .form-item.form-password .cs-icon:hover,body:not(.index-template) main section.customers-layout.register-layout .form-item.form-password .cs-icon:hover,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item.form-password .cs-icon:hover {
    cursor: pointer
}

.group_form .form-item input[type="checkbox"],body:not(.index-template) main section.customers-layout.login-layout .form-item input[type="checkbox"],body:not(.index-template) main section.customers-layout.register-layout .form-item input[type="checkbox"],body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper .form-item input[type="checkbox"] {
    line-height: 1em;
    height: auto;
    width: auto;
    margin: 0 5px 0 0
}

.group_form ._btn,body:not(.index-template) main section.customers-layout.login-layout ._btn,body:not(.index-template) main section.customers-layout.register-layout ._btn,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper ._btn {
    font-size: 17px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 54px;
    line-height: 52px;
    float: right;
    margin-top: 3px
}

.group_form ::-webkit-input-placeholder,body:not(.index-template) main section.customers-layout.login-layout ::-webkit-input-placeholder,body:not(.index-template) main section.customers-layout.register-layout ::-webkit-input-placeholder,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper ::-webkit-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

.group_form ::-moz-placeholder,body:not(.index-template) main section.customers-layout.login-layout ::-moz-placeholder,body:not(.index-template) main section.customers-layout.register-layout ::-moz-placeholder,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper ::-moz-placeholder {
    color: #726e6e;
    font-size: 14px
}

.group_form :-ms-input-placeholder,body:not(.index-template) main section.customers-layout.login-layout :-ms-input-placeholder,body:not(.index-template) main section.customers-layout.register-layout :-ms-input-placeholder,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper :-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

.group_form ::-ms-input-placeholder,body:not(.index-template) main section.customers-layout.login-layout ::-ms-input-placeholder,body:not(.index-template) main section.customers-layout.register-layout ::-ms-input-placeholder,body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper ::-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

.inputs-content {
    margin-left: -15px;
    margin-right: -15px
}

.inputs-content .group_form,.inputs-content body:not(.index-template) main section.customers-layout.login-layout,body:not(.index-template) main .inputs-content section.customers-layout.login-layout,.inputs-content body:not(.index-template) main section.customers-layout.register-layout,body:not(.index-template) main .inputs-content section.customers-layout.register-layout,.inputs-content body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper,body:not(.index-template) .faqs-content .contact-layout .inputs-content #contactFormWrapper {
    width: 75%
}

._alert,body:not(.index-template) main section.customers-layout.login-layout form .errors,body:not(.index-template) main section.customers-layout.register-layout form .errors,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .errors,body:not(.index-template) main section.address-layout .address-content .address-new .errors,body .popup-pro-wrapper .ajax-cart-note,body .wishlist-model .modal-body .modal-note,body .compare-model .modal-body .modal-note {
    width: 100%;
    margin-bottom: 30px;
    max-width: 570px;
    font-size: 16px;
    background-size: auto;
    background-position: 12px center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    position: relative;
    line-height: 1em;
    padding: 16px 33px 16px 126px
}

._alert .close,body:not(.index-template) main section.customers-layout.login-layout form .errors .close,body:not(.index-template) main section.customers-layout.register-layout form .errors .close,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .errors .close,body:not(.index-template) main section.address-layout .address-content .address-new .errors .close,body .popup-pro-wrapper .ajax-cart-note .close,body .wishlist-model .modal-body .modal-note .close,body .compare-model .modal-body .modal-note .close {
    position: absolute;
    top: 50%;
    right: 17px;
    font-size: 16px;
    margin-top: -8px;
    font-weight: 900;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

._alert .close:hover,body:not(.index-template) main section.customers-layout.login-layout form .errors .close:hover,body:not(.index-template) main section.customers-layout.register-layout form .errors .close:hover,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .errors .close:hover,body:not(.index-template) main section.address-layout .address-content .address-new .errors .close:hover,body .popup-pro-wrapper .ajax-cart-note .close:hover,body .wishlist-model .modal-body .modal-note .close:hover,body .compare-model .modal-body .modal-note .close:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

._alert.alert_success,body:not(.index-template) main section.customers-layout.login-layout form .alert_success.errors,body:not(.index-template) main section.customers-layout.register-layout form .alert_success.errors,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .alert_success.errors,body:not(.index-template) main section.address-layout .address-content .address-new .alert_success.errors,body .popup-pro-wrapper .alert_success.ajax-cart-note,body .wishlist-model .modal-body .alert_success.modal-note,body .compare-model .modal-body .alert_success.modal-note {
    color: #42859a;
    border-color: #59bad9;
    background-color: #8ed7ee;
    background-image: url(../../assets/images/bg_alert_success_icon.png)
}

._alert.alert_success *,body:not(.index-template) main section.customers-layout.login-layout form .alert_success.errors *,body:not(.index-template) main section.customers-layout.register-layout form .alert_success.errors *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .alert_success.errors *,body:not(.index-template) main section.address-layout .address-content .address-new .alert_success.errors *,body .popup-pro-wrapper .alert_success.ajax-cart-note *,body .wishlist-model .modal-body .alert_success.modal-note *,body .compare-model .modal-body .alert_success.modal-note * {
    color: currentcolor
}

._alert.alert_cross,body:not(.index-template) main section.customers-layout.login-layout form .alert_cross.errors,body:not(.index-template) main section.customers-layout.register-layout form .alert_cross.errors,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .alert_cross.errors,body:not(.index-template) main section.address-layout .address-content .address-new .alert_cross.errors,body .popup-pro-wrapper .alert_cross.ajax-cart-note,body .wishlist-model .modal-body .alert_cross.modal-note,body .compare-model .modal-body .alert_cross.modal-note {
    color: #cd953d;
    border-color: #e8a945;
    background-color: #faf0b5;
    background-image: url(../../assets/images/bg_alert_notice_icon.png)
}

._alert.alert_cross *,body:not(.index-template) main section.customers-layout.login-layout form .alert_cross.errors *,body:not(.index-template) main section.customers-layout.register-layout form .alert_cross.errors *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .alert_cross.errors *,body:not(.index-template) main section.address-layout .address-content .address-new .alert_cross.errors *,body .popup-pro-wrapper .alert_cross.ajax-cart-note *,body .wishlist-model .modal-body .alert_cross.modal-note *,body .compare-model .modal-body .alert_cross.modal-note * {
    color: currentcolor
}

._alert.alert_fail,body:not(.index-template) main section.customers-layout.login-layout form .errors,body:not(.index-template) main section.customers-layout.register-layout form .errors,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .errors,body:not(.index-template) main section.address-layout .address-content .address-new .errors,body .popup-pro-wrapper .alert_fail.ajax-cart-note,body .wishlist-model .modal-body .alert_fail.modal-note,body .compare-model .modal-body .alert_fail.modal-note {
    color: #bf5001;
    border-color: #d95d05;
    background-color: #ffa06a;
    background-image: url(../../assets/images/bg_alert_failure_icon.png)
}

._alert.alert_fail *,body:not(.index-template) main section.customers-layout.login-layout form .errors *,body:not(.index-template) main section.customers-layout.register-layout form .errors *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .errors *,body:not(.index-template) main section.address-layout .address-content .address-new .errors *,body .popup-pro-wrapper .alert_fail.ajax-cart-note *,body .wishlist-model .modal-body .alert_fail.modal-note *,body .compare-model .modal-body .alert_fail.modal-note * {
    color: currentcolor
}

._alert.aler_addtocart,body:not(.index-template) main section.customers-layout.login-layout form .aler_addtocart.errors,body:not(.index-template) main section.customers-layout.login-layout form .popup-pro-wrapper .errors.ajax-cart-note,body:not(.index-template) .popup-pro-wrapper main section.customers-layout.login-layout form .errors.ajax-cart-note,body:not(.index-template) main section.customers-layout.login-layout form .wishlist-model .modal-body .errors.modal-note,body:not(.index-template) .wishlist-model .modal-body main section.customers-layout.login-layout form .errors.modal-note,body:not(.index-template) main section.customers-layout.login-layout form .compare-model .modal-body .errors.modal-note,body:not(.index-template) .compare-model .modal-body main section.customers-layout.login-layout form .errors.modal-note,body:not(.index-template) main section.customers-layout.register-layout form .aler_addtocart.errors,body:not(.index-template) main section.customers-layout.register-layout form .popup-pro-wrapper .errors.ajax-cart-note,body:not(.index-template) .popup-pro-wrapper main section.customers-layout.register-layout form .errors.ajax-cart-note,body:not(.index-template) main section.customers-layout.register-layout form .wishlist-model .modal-body .errors.modal-note,body:not(.index-template) .wishlist-model .modal-body main section.customers-layout.register-layout form .errors.modal-note,body:not(.index-template) main section.customers-layout.register-layout form .compare-model .modal-body .errors.modal-note,body:not(.index-template) .compare-model .modal-body main section.customers-layout.register-layout form .errors.modal-note,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .aler_addtocart.errors,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .popup-pro-wrapper .errors.ajax-cart-note,body:not(.index-template) .popup-pro-wrapper main section.address-layout .address-content .address-tables .address-items .errors.ajax-cart-note,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .wishlist-model .modal-body .errors.modal-note,body:not(.index-template) .wishlist-model .modal-body main section.address-layout .address-content .address-tables .address-items .errors.modal-note,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .compare-model .modal-body .errors.modal-note,body:not(.index-template) .compare-model .modal-body main section.address-layout .address-content .address-tables .address-items .errors.modal-note,body:not(.index-template) main section.address-layout .address-content .address-new .aler_addtocart.errors,body:not(.index-template) main section.address-layout .address-content .address-new .popup-pro-wrapper .errors.ajax-cart-note,body:not(.index-template) .popup-pro-wrapper main section.address-layout .address-content .address-new .errors.ajax-cart-note,body:not(.index-template) main section.address-layout .address-content .address-new .wishlist-model .modal-body .errors.modal-note,body:not(.index-template) .wishlist-model .modal-body main section.address-layout .address-content .address-new .errors.modal-note,body:not(.index-template) main section.address-layout .address-content .address-new .compare-model .modal-body .errors.modal-note,body:not(.index-template) .compare-model .modal-body main section.address-layout .address-content .address-new .errors.modal-note,body .popup-pro-wrapper .ajax-cart-note,body .wishlist-model .modal-body .modal-note,body .compare-model .modal-body .modal-note {
    color: #fff;
    border-color: #46c6f5;
    background-color: #46c6f5;
    background-image: url(../../assets/images/bg_addtocart_icon.png);
    text-transform: uppercase;
    border-width: 0
}

._alert.aler_addtocart *,body:not(.index-template) main section.customers-layout.login-layout form .aler_addtocart.errors *,body:not(.index-template) main section.customers-layout.login-layout form .popup-pro-wrapper .errors.ajax-cart-note *,body:not(.index-template) .popup-pro-wrapper main section.customers-layout.login-layout form .errors.ajax-cart-note *,body:not(.index-template) main section.customers-layout.login-layout form .wishlist-model .modal-body .errors.modal-note *,body:not(.index-template) .wishlist-model .modal-body main section.customers-layout.login-layout form .errors.modal-note *,body:not(.index-template) main section.customers-layout.login-layout form .compare-model .modal-body .errors.modal-note *,body:not(.index-template) .compare-model .modal-body main section.customers-layout.login-layout form .errors.modal-note *,body:not(.index-template) main section.customers-layout.register-layout form .aler_addtocart.errors *,body:not(.index-template) main section.customers-layout.register-layout form .popup-pro-wrapper .errors.ajax-cart-note *,body:not(.index-template) .popup-pro-wrapper main section.customers-layout.register-layout form .errors.ajax-cart-note *,body:not(.index-template) main section.customers-layout.register-layout form .wishlist-model .modal-body .errors.modal-note *,body:not(.index-template) .wishlist-model .modal-body main section.customers-layout.register-layout form .errors.modal-note *,body:not(.index-template) main section.customers-layout.register-layout form .compare-model .modal-body .errors.modal-note *,body:not(.index-template) .compare-model .modal-body main section.customers-layout.register-layout form .errors.modal-note *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .aler_addtocart.errors *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .popup-pro-wrapper .errors.ajax-cart-note *,body:not(.index-template) .popup-pro-wrapper main section.address-layout .address-content .address-tables .address-items .errors.ajax-cart-note *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .wishlist-model .modal-body .errors.modal-note *,body:not(.index-template) .wishlist-model .modal-body main section.address-layout .address-content .address-tables .address-items .errors.modal-note *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .compare-model .modal-body .errors.modal-note *,body:not(.index-template) .compare-model .modal-body main section.address-layout .address-content .address-tables .address-items .errors.modal-note *,body:not(.index-template) main section.address-layout .address-content .address-new .aler_addtocart.errors *,body:not(.index-template) main section.address-layout .address-content .address-new .popup-pro-wrapper .errors.ajax-cart-note *,body:not(.index-template) .popup-pro-wrapper main section.address-layout .address-content .address-new .errors.ajax-cart-note *,body:not(.index-template) main section.address-layout .address-content .address-new .wishlist-model .modal-body .errors.modal-note *,body:not(.index-template) .wishlist-model .modal-body main section.address-layout .address-content .address-new .errors.modal-note *,body:not(.index-template) main section.address-layout .address-content .address-new .compare-model .modal-body .errors.modal-note *,body:not(.index-template) .compare-model .modal-body main section.address-layout .address-content .address-new .errors.modal-note *,body .popup-pro-wrapper .ajax-cart-note *,body .wishlist-model .modal-body .modal-note *,body .compare-model .modal-body .modal-note * {
    color: currentcolor
}

@media only screen and (max-width: 767px) {
    ._alert,body:not(.index-template) main section.customers-layout.login-layout form .errors,body:not(.index-template) main section.customers-layout.register-layout form .errors,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .errors,body:not(.index-template) main section.address-layout .address-content .address-new .errors,body .popup-pro-wrapper .ajax-cart-note,body .wishlist-model .modal-body .modal-note,body .compare-model .modal-body .modal-note {
        background-position: 5px center;
        font-size: 12px;
        background-size: 60px;
        padding-left: 70px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width: 1199px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

._distance_top_bottom {
    margin-top: 60px;
    margin-bottom: 60px;
    *zoom: 1
}

._distance_top_bottom::after {
    content: '';
    display: table;
    clear: both
}

.product {
    margin-bottom: 45px;
    box-sizing: border-box;
    position: relative;
    border-style: solid;
    border-width: 0px;
    border-color: #dbcebd;
    text-align: center;
    background-color: transparent
}

.product .group-actionbutton {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.product .group-actionbutton .quickview-wishlist-wrapper {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: auto !important;
    text-align: center
}

.product .group-actionbutton .quickview-wishlist-wrapper li {
    list-style: none
}

.product .group-actionbutton .quickview-wishlist-wrapper>li+li {
    margin-left: 15px
}

@media only screen and (max-width: 991px) {
    .product .group-actionbutton .quickview-wishlist-wrapper>li+li {
        margin-left: 5px
    }
}

.product .group-actionbutton .compare a,.product .group-actionbutton .quickview a,.product .group-actionbutton .wishlist button,.product .group-actionbutton .wishlist a {
    margin-left: 0px
}

.product .group-actionbutton .compare a:hover,.product .group-actionbutton .quickview a:hover,.product .group-actionbutton .wishlist button:hover,.product .group-actionbutton .wishlist a:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414;
    border-color: #fff
}

.product .group-actionbutton .compare a:hover *,.product .group-actionbutton .quickview a:hover *,.product .group-actionbutton .wishlist button:hover *,.product .group-actionbutton .wishlist a:hover * {
    color: currentcolor
}

.product .group-actionbutton .quickview a {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    border-width: 3px;
    height: 45px;
    line-height: 39px;
    width: 45px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 0;
    border-radius: 50%;
    border-color: #fff;
    margin-top: -22.5px;
    cursor: pointer
}

.product .group-actionbutton .quickview a[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.product .group-actionbutton .quickview a[disabled] * {
    color: currentcolor
}

.product .group-actionbutton .quickview a.active,.product .group-actionbutton .quickview a:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product .group-actionbutton .quickview a:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.product .group-actionbutton .quickview a .lnr,.product .group-actionbutton .quickview a .fa,.product .group-actionbutton .quickview a span {
    color: currentColor
}

.product .group-actionbutton .quickview a svg {
    fill: currentColor
}

.product .group-actionbutton .quickview a * {
    color: currentcolor
}

.product .group-actionbutton .quickview a .cs-icon {
    line-height: 39px
}

.product .group-actionbutton .compare a,.product .group-actionbutton .compare button,.product .group-actionbutton .wishlist a,.product .group-actionbutton .wishlist button {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    border-width: 3px;
    height: 45px;
    line-height: 39px;
    width: 45px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 0;
    border-radius: 50%;
    border-color: #fff;
    margin-top: -22.5px
}

.product .group-actionbutton .compare a[disabled],.product .group-actionbutton .compare button[disabled],.product .group-actionbutton .wishlist a[disabled],.product .group-actionbutton .wishlist button[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

.product .group-actionbutton .compare a[disabled] *,.product .group-actionbutton .compare button[disabled] *,.product .group-actionbutton .wishlist a[disabled] *,.product .group-actionbutton .wishlist button[disabled] * {
    color: currentcolor
}

.product .group-actionbutton .compare a.active,.product .group-actionbutton .compare a:active,.product .group-actionbutton .compare button.active,.product .group-actionbutton .compare button:active,.product .group-actionbutton .wishlist a.active,.product .group-actionbutton .wishlist a:active,.product .group-actionbutton .wishlist button.active,.product .group-actionbutton .wishlist button:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product .group-actionbutton .compare a:focus,.product .group-actionbutton .compare button:focus,.product .group-actionbutton .wishlist a:focus,.product .group-actionbutton .wishlist button:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.product .group-actionbutton .compare a .lnr,.product .group-actionbutton .compare a .fa,.product .group-actionbutton .compare a span,.product .group-actionbutton .compare button .lnr,.product .group-actionbutton .compare button .fa,.product .group-actionbutton .compare button span,.product .group-actionbutton .wishlist a .lnr,.product .group-actionbutton .wishlist a .fa,.product .group-actionbutton .wishlist a span,.product .group-actionbutton .wishlist button .lnr,.product .group-actionbutton .wishlist button .fa,.product .group-actionbutton .wishlist button span {
    color: currentColor
}

.product .group-actionbutton .compare a svg,.product .group-actionbutton .compare button svg,.product .group-actionbutton .wishlist a svg,.product .group-actionbutton .wishlist button svg {
    fill: currentColor
}

.product .group-actionbutton .compare a *,.product .group-actionbutton .compare button *,.product .group-actionbutton .wishlist a *,.product .group-actionbutton .wishlist button * {
    color: currentcolor
}

.product .group-actionbutton .compare a .cs-icon,.product .group-actionbutton .compare button .cs-icon,.product .group-actionbutton .wishlist a .cs-icon,.product .group-actionbutton .wishlist button .cs-icon {
    line-height: 39px
}

.product .group-actionbutton .compare a.compare-added:hover,.product .group-actionbutton .compare a.wishlist-added:hover,.product .group-actionbutton .compare a.compare-added,.product .group-actionbutton .compare a.wishlist-added,.product .group-actionbutton .compare button.compare-added:hover,.product .group-actionbutton .compare button.wishlist-added:hover,.product .group-actionbutton .compare button.compare-added,.product .group-actionbutton .compare button.wishlist-added,.product .group-actionbutton .wishlist a.compare-added:hover,.product .group-actionbutton .wishlist a.wishlist-added:hover,.product .group-actionbutton .wishlist a.compare-added,.product .group-actionbutton .wishlist a.wishlist-added,.product .group-actionbutton .wishlist button.compare-added:hover,.product .group-actionbutton .wishlist button.wishlist-added:hover,.product .group-actionbutton .wishlist button.compare-added,.product .group-actionbutton .wishlist button.wishlist-added {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414;
    border-color: #fff
}

.product .group-actionbutton .compare a.compare-added:hover *,.product .group-actionbutton .compare a.wishlist-added:hover *,.product .group-actionbutton .compare a.compare-added *,.product .group-actionbutton .compare a.wishlist-added *,.product .group-actionbutton .compare button.compare-added:hover *,.product .group-actionbutton .compare button.wishlist-added:hover *,.product .group-actionbutton .compare button.compare-added *,.product .group-actionbutton .compare button.wishlist-added *,.product .group-actionbutton .wishlist a.compare-added:hover *,.product .group-actionbutton .wishlist a.wishlist-added:hover *,.product .group-actionbutton .wishlist a.compare-added *,.product .group-actionbutton .wishlist a.wishlist-added *,.product .group-actionbutton .wishlist button.compare-added:hover *,.product .group-actionbutton .wishlist button.wishlist-added:hover *,.product .group-actionbutton .wishlist button.compare-added *,.product .group-actionbutton .wishlist button.wishlist-added * {
    color: currentcolor
}

.product .group-actionbutton .wishlist .wishlist-text {
    display: none
}

.product .hover-mask {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.product form {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px
}

@media only screen and (max-width: 1199px) {
    .product form {
        bottom: 10px;
        left: 10px;
        right: 10px
    }
}

@media only screen and (max-width: 991px) {
    .product form {
        bottom: 5px;
        left: 5px;
        right: 5px
    }
}

.product .hoverBorderWrapper {
    position: relative;
    overflow: hidden;
    text-align: center
}

.product .hoverBorderWrapper .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0,0,0,0.3);
    display: none !important
}

.product .hoverBorderWrapper img {
    margin: 0 auto
}

.product .product-price {
    font-weight: 500;
    font-family: Playball;
    background-color: transparent
}

.product .product-price .price,.product .product-price .price_sale {
    color: #9d1414;
    font-size: 20px
}

.product .product-price .price_compare {
    color: #000;
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    font-style: italic
}

.product .product-title {
    margin-bottom: 5px
}

.product .product-title a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 1.5em;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 30px;
    color: #000;
    font-family: Playball
}

.product .product-title a:focus,.product .product-title a:hover {
    color: #c83700;
    text-decoration: none
}

.product .row-right {
    text-align: center;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 20px 0 0 0;
    padding-bottom: 5px
}

.product .row-right .product-bottom {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

@media (min-width: 321px) and (max-width: 480px) {
    .product .row-right .product-bottom {
        -webkit-flex-wrap: wrap !important;
        -moz-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .product .row-right .product-bottom>div {
        width: 100%;
        float: none;
        clear: both
    }
}

.product .row-left {
    position: relative;
    font-size: 0
}

.product .row-left>a {
    display: block;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.product:not(._pro_banner) .effect-ajax-cart {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: url(../../assets/images/line-btn.png),url(../../assets/images/line-btn.png);
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat
}

.product:not(._pro_banner) .effect-ajax-cart ._btn {
    border-radius: 0;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    background-position: left bottom, left top;
    background-image: url(../../assets/images/line-btn.png),url(../../assets/images/line-btn.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    border-width: 0;
    background-image: none
}

.product:not(._pro_banner) .effect-ajax-cart ._btn * {
    color: currentcolor
}

.product:not(._pro_banner) .effect-ajax-cart ._btn:after,.product:not(._pro_banner) .effect-ajax-cart ._btn:before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    width: 10px;
    top: 0;
    bottom: 0
}

.product:not(._pro_banner) .effect-ajax-cart ._btn:before {
    background-image: url(../../assets/images/btn-left-pro.png);
    background-position: left center;
    left: 0px;
    right: auto
}

.product:not(._pro_banner) .effect-ajax-cart ._btn:after {
    background-image: url(../../assets/images/btn-right-pro.png);
    background-position: right center;
    right: 0px;
    left: auto
}

.product:not(._pro_banner) .effect-ajax-cart ._btn:after,.product:not(._pro_banner) .effect-ajax-cart ._btn:before {
    top: -1.5px;
    bottom: -1.5px
}

.product:not(._pro_banner) .effect-ajax-cart ._btn:before {
    left: -8px
}

.product:not(._pro_banner) .effect-ajax-cart ._btn:after {
    right: -8px
}

.product:focus .hover-mask,.product:hover .hover-mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.product:focus .row-left .hoverBorderWrapper .mask,.product:hover .row-left .hoverBorderWrapper .mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.product:focus .row-right,.product:hover .row-right {
    bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product:not(._pro_banner) .effect-ajax-cart ._btn {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 991px) {
    .product .row-right {
        padding-top: 15px
    }
}

@media only screen and (max-width: 767px) {
    .product .mask,.product .hover-mask {
        display: none !important
    }

    .product .product-title {
        font-size: 20px
    }

    .product .product-title a {
        font-size: 20px
    }
}

@media only screen and (max-width: 425px) {
    .product {
        margin-bottom: 25px
    }

    .product .row-right {
        padding-top: 10px
    }

    .product .rating-star {
        margin-bottom: 5px
    }

    .product .product-price .price,.product .product-price .price_sale {
        font-size: 14px
    }

    .product .product-price .price_compare {
        font-size: 12px;
        margin-left: 5px
    }

    .product .hoverBorderWrapper {
        padding: 7px
    }
}

.product.product-angular .product-label {
    z-index: 1;
    position: absolute;
    top: 15px;
    left: 0px
}

.product.product-angular .product-label .label-element {
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
    border-style: solid;
    border-width: 0px;
    width: auto;
    height: 20px;
    border-radius: 0;
    font-family: Josefin Sans;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2)
}

.product.product-angular .product-label .label-element:before {
    content: '';
    left: auto;
    top: 0;
    position: absolute
}

.product.product-angular .product-label .label-element:hover {
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5)
}

.product.product-angular .product-label .label-element>span {
    font-family: Josefin Sans;
    display: block;
    font-size: 12px;
    border-width: 0px;
    height: 20px;
    line-height: 20px
}

.product.product-angular .product-label .label-element.deal-label {
    color: #fff;
    border-color: #8ec63f;
    background-color: #8ec63f
}

.product.product-angular .product-label .label-element.deal-label * {
    color: currentcolor
}

.product.product-angular .product-label .label-element.deal-label:before {
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #8ec63f;
    border-bottom-color: #8ec63f;
    right: -10px
}

.product.product-angular .product-label .label-element.new-label {
    color: #fff;
    border-color: #c83700;
    background-color: #c83700
}

.product.product-angular .product-label .label-element.new-label * {
    color: currentcolor
}

.product.product-angular .product-label .label-element.new-label:before {
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #c83700;
    border-bottom-color: #c83700;
    right: -10px
}

.product.product-angular .product-label .label-element.hotting-label {
    color: #fff;
    border-color: #fea348;
    background-color: #fea348
}

.product.product-angular .product-label .label-element.hotting-label * {
    color: currentcolor
}

.product.product-angular .product-label .label-element.hotting-label:before {
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #fea348;
    border-bottom-color: #fea348;
    right: -10px
}

.product.product-angular .product-label .label-element.best-label {
    color: #fff;
    border-color: #e18694;
    background-color: #e18694
}

.product.product-angular .product-label .label-element.best-label * {
    color: currentcolor
}

.product.product-angular .product-label .label-element.best-label:before {
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #e18694;
    border-bottom-color: #e18694;
    right: -10px
}

@media only screen and (max-width: 991px) {
    .product.product-angular .product-label {
        top: 3px
    }

    .product.product-angular .product-label .label-element {
        margin-bottom: 3px
    }
}

@media only screen and (max-width: 767px) {
    .product.product-angular .product-label {
        display: none
    }
}

.product.product-angular form {
    bottom: 15px
}

.product.product-angular .row-left img {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.product.product-angular .row-left>a {
    border-radius: 5px
}

.product.product-angular:focus .row-left img,.product.product-angular:hover .row-left img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

.product.product-angular .hoverBorderWrapper img,.product.product-angular .hoverBorderWrapper .mask {
    border-radius: 5px
}

.product.product-circle {
    margin-top: 45px
}

.product.product-circle .product-label {
    z-index: 1;
    position: absolute;
    top: -30px;
    left: 0px;
    right: auto
}

.product.product-circle .product-label .label-element {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    width: 70px;
    height: 70px;
    float: left;
    left: 0;
    top: 0
}

.product.product-circle .product-label .label-element:before {
    content: '';
    left: auto;
    right: 0;
    top: 92%;
    position: absolute;
    z-index: 1;
    margin-right: -38px;
    -ms-transform: rotate(38deg) translateX(-14px);
    -webkit-transform: rotate(38deg) translateX(-14px);
    transform: rotate(38deg) translateX(-14px);
    border-style: solid;
    border-width: 20px;
    border-color: transparent;
    border-left-color: #fff;
    border-top-width: 8px;
    border-bottom-width: 8px
}

.product.product-circle .product-label .label-element>span {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    font-family: Playball;
    display: block;
    font-size: 22px;
    width: 100%;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
    border-style: solid;
    border-width: 5px;
    border-radius: 50%;
    font-weight: 600;
    text-transform: capitalize;
    border: 5px solid #fff;
    border-width: 5px;
    height: 70px;
    line-height: 60px;
    z-index: 2
}

.product.product-circle .product-label .label-element.deal-label span {
    color: #fff;
    border-color: #fff;
    background-color: #8ec63f;
    font-size: 14px
}

.product.product-circle .product-label .label-element.deal-label span * {
    color: currentcolor
}

.product.product-circle .product-label .label-element.new-label span {
    color: #fff;
    border-color: #fff;
    background-color: #c83700
}

.product.product-circle .product-label .label-element.new-label span * {
    color: currentcolor
}

.product.product-circle .product-label .label-element.hotting-label span {
    color: #fff;
    border-color: #fff;
    background-color: #fea348
}

.product.product-circle .product-label .label-element.hotting-label span * {
    color: currentcolor
}

.product.product-circle .product-label .label-element.best-label span {
    color: #fff;
    border-color: #fff;
    background-color: #e18694
}

.product.product-circle .product-label .label-element.best-label span * {
    color: currentcolor
}

.product.product-circle .product-label .label-element:nth-of-type(2) {
    left: 40px;
    margin-top: -27px
}

.product.product-circle .product-label .label-element:nth-of-type(2):before {
    -ms-transform: rotate(60deg) translateX(-10px) translateY(36px);
    -webkit-transform: rotate(60deg) translateX(-10px) translateY(36px);
    transform: rotate(60deg) translateX(-10px) translateY(36px)
}

.product.product-circle .product-label .label-element:nth-of-type(3) {
    left: 90px;
    margin-top: -37px
}

.product.product-circle .product-label .label-element:nth-of-type(3):before {
    -ms-transform: rotate(94deg) translateX(15px) translateY(56px);
    -webkit-transform: rotate(94deg) translateX(15px) translateY(56px);
    transform: rotate(94deg) translateX(15px) translateY(56px)
}

.product.product-circle .product-label .label-element:nth-of-type(4) {
    left: 145px;
    margin-top: -32px
}

.product.product-circle .product-label .label-element:nth-of-type(4):before {
    -ms-transform: rotate(113deg) translateX(36px) translateY(63px);
    -webkit-transform: rotate(113deg) translateX(36px) translateY(63px);
    transform: rotate(113deg) translateX(36px) translateY(63px)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product.product-circle .product-label .label-element:nth-of-type(4) {
        margin-top: -20px
    }

    .product.product-circle .product-label .label-element:nth-of-type(1) {
        margin-top: -20px
    }

    .product.product-circle .product-label .label-element:nth-of-type(1):before {
        -ms-transform: rotate(60deg) translateX(-10px) translateY(23px);
        -webkit-transform: rotate(60deg) translateX(-10px) translateY(23px);
        transform: rotate(60deg) translateX(-10px) translateY(23px)
    }

    .product.product-circle .product-label .label-element:nth-of-type(2) {
        margin-top: -37px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product.product-circle .product-label .label-element:nth-of-type(4) {
        margin-top: -36px
    }
}

@media only screen and (max-width: 540px) {
    .product.product-circle .product-label .label-element {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    .product.product-circle .product-label .label-element>span {
        font-size: 16px;
        border-width: 2px;
        height: 50px;
        line-height: 46px
    }

    .product.product-circle .product-label .label-element.deal-label span {
        font-size: 10px
    }

    .product.product-circle .product-label .label-element:before {
        -ms-transform: rotate(26deg) translateX(-16px);
        -webkit-transform: rotate(26deg) translateX(-16px);
        transform: rotate(26deg) translateX(-16px)
    }

    .product.product-circle .product-label .label-element:nth-of-type(2) {
        margin-top: -10px;
        left: 36px
    }

    .product.product-circle .product-label .label-element:nth-of-type(2):before {
        -ms-transform: rotate(60deg) translateX(-10px) translateY(23px);
        -webkit-transform: rotate(60deg) translateX(-10px) translateY(23px);
        transform: rotate(60deg) translateX(-10px) translateY(23px)
    }

    .product.product-circle .product-label .label-element:nth-of-type(3) {
        left: 75px;
        margin-top: -15px
    }

    .product.product-circle .product-label .label-element:nth-of-type(3):before {
        -ms-transform: rotate(108deg) translateX(23px) translateY(49px);
        -webkit-transform: rotate(108deg) translateX(23px) translateY(49px);
        transform: rotate(108deg) translateX(23px) translateY(49px)
    }

    .product.product-circle .product-label .label-element:nth-of-type(4) {
        left: 114px;
        margin-top: -15px
    }

    .product.product-circle .product-label .label-element:nth-of-type(4):before {
        -ms-transform: rotate(113deg) translateX(28px) translateY(53px);
        -webkit-transform: rotate(113deg) translateX(28px) translateY(53px);
        transform: rotate(113deg) translateX(28px) translateY(53px)
    }
}

@media only screen and (max-width: 425px) {
    .product.product-circle .product-label .label-element {
        width: 40px;
        height: 40px;
        margin-top: 3px
    }

    .product.product-circle .product-label .label-element>span {
        font-size: 14px;
        border-width: 2px;
        height: 40px;
        line-height: 36px
    }

    .product.product-circle .product-label .label-element:before {
        -ms-transform: rotate(32deg) translateX(-13px);
        -webkit-transform: rotate(32deg) translateX(-13px);
        transform: rotate(32deg) translateX(-13px)
    }

    .product.product-circle .product-label .label-element.deal-label span {
        font-size: 8px
    }

    .product.product-circle .product-label .label-element:nth-of-type(1):before {
        -ms-transform: rotate(63deg) translateX(-9px) translateY(21px);
        -webkit-transform: rotate(63deg) translateX(-9px) translateY(21px);
        transform: rotate(63deg) translateX(-9px) translateY(21px)
    }

    .product.product-circle .product-label .label-element:nth-of-type(2) {
        margin-top: -8px;
        left: 27px
    }

    .product.product-circle .product-label .label-element:nth-of-type(2):before {
        -ms-transform: rotate(69deg) translateX(-9px) translateY(32px);
        -webkit-transform: rotate(69deg) translateX(-9px) translateY(32px);
        transform: rotate(69deg) translateX(-9px) translateY(32px)
    }

    .product.product-circle .product-label .label-element:nth-of-type(3) {
        margin-top: -13px;
        left: 58px
    }

    .product.product-circle .product-label .label-element:nth-of-type(3):before {
        -ms-transform: rotate(108deg) translateX(19px) translateY(42px);
        -webkit-transform: rotate(108deg) translateX(19px) translateY(42px);
        transform: rotate(108deg) translateX(19px) translateY(42px)
    }

    .product.product-circle .product-label .label-element:nth-of-type(4) {
        left: 91px;
        margin-top: -8px
    }

    .product.product-circle .product-label .label-element:nth-of-type(4):before {
        -ms-transform: rotate(113deg) translateX(22px) translateY(46px);
        -webkit-transform: rotate(113deg) translateX(22px) translateY(46px);
        transform: rotate(113deg) translateX(22px) translateY(46px)
    }
}

@media only screen and (min-width: 768px) {
    .product.product-circle:hover .product-label .label-element:nth-of-type(1) {
        -moz-animation: pro_frame0 9s both infinite;
        -o-animation: pro_frame0 9s both infinite;
        -webkit-animation: pro_frame0 9s both infinite;
        animation: pro_frame0 9s both infinite
    }

    .product.product-circle:hover .product-label .label-element:nth-of-type(2) {
        -moz-animation: pro_frame1 9s both infinite;
        -o-animation: pro_frame1 9s both infinite;
        -webkit-animation: pro_frame1 9s both infinite;
        animation: pro_frame1 9s both infinite
    }

    .product.product-circle:hover .product-label .label-element:nth-of-type(3) {
        -moz-animation: pro_frame2 9s both infinite;
        -o-animation: pro_frame2 9s both infinite;
        -webkit-animation: pro_frame2 9s both infinite;
        animation: pro_frame2 9s both infinite
    }

    .product.product-circle:hover .product-label .label-element:nth-of-type(4) {
        -moz-animation: pro_frame3 9s both infinite;
        -o-animation: pro_frame3 9s both infinite;
        -webkit-animation: pro_frame3 9s both infinite;
        animation: pro_frame3 9s both infinite
    }
}

.product.product-circle .row-left {
    padding-left: 20px;
    padding-right: 20px
}

.product.product-circle .row-left>a {
    border-radius: 50%
}

.product.product-circle .row-left:hover>a {
    -moz-animation: moverAround 9s both infinite;
    -o-animation: moverAround 9s both infinite;
    -webkit-animation: moverAround 9s both infinite;
    animation: moverAround 9s both infinite
}

.product.product-circle .hoverBorderWrapper {
    padding: 15px;
    background-image: url(../../assets/images/round-border.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100%
}

.product.product-circle .hoverBorderWrapper img,.product.product-circle .hoverBorderWrapper .mask {
    border-radius: 50%
}

@media only screen and (max-width: 767px) {
    .product.product-circle {
        margin-top: 35px
    }
}

.m_search>.search-dropdown {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative
}

.m_search .m_dropdown-search {
    left: 0;
    right: 0;
    border-width: 0;
    padding: 25px 40px
}

.m_search .m_dropdown-search form.search {
    position: relative;
    height: 50px;
    padding-right: 60px;
    border-radius: 5px;
    border: 1px solid #dbcebd;
    background-color: #f3e8dd
}

.m_search .m_dropdown-search form.search .search_box {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    color: #444;
    border-width: 0;
    line-height: 48px;
    background-color: transparent;
    font-size: 16px
}

.m_search .m_dropdown-search form.search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 50px;
    background-color: #343434;
    border-color: #343434;
    border-radius: 0 5px 5px 0
}

.m_search .m_dropdown-search form.search .search-submit:focus {
    outline: none
}

.m_search .m_dropdown-search form.search .search-submit * {
    font-size: 26px;
    color: #fff;
    line-height: 48px
}

.m_search .m_dropdown-search form.search .search-clear {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 75px;
    margin-top: -8px;
    color: #444;
    font-size: 14px;
    font-weight: 600
}

.m_search .m_dropdown-search ::-webkit-input-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

.m_search .m_dropdown-search ::-moz-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

.m_search .m_dropdown-search :-ms-input-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

.m_search .m_dropdown-search ::-ms-input-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

.m_search .m_dropdown-search .search-results {
    background-color: #f3e8dd;
    position: static !important;
    border-width: 0;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.m_search .m_dropdown-search .search-results .search-title {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #dbcebd;
    text-align: left;
    font-size: 16px
}

.m_search .m_dropdown-search .search-results .title {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 30px;
    color: #444;
    padding: 0;
    margin-top: 20px;
    font-family: Playball
}

.m_search .m_dropdown-search .search-results .thumbnail {
    border-radius: 5px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-width: 0;
    margin: 0;
    border-radius: 0
}

.m_search .m_dropdown-search .search-results .thumbnail:before {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0)
}

.m_search .m_dropdown-search .search-results ._btn {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    margin-top: 30px;
    display: block;
    max-width: 210px;
    float: none;
    margin-left: auto;
    margin-right: auto
}

.m_search .m_dropdown-search .search-results ._btn * {
    color: currentcolor
}

.m_search .m_dropdown-search .search-results ._btn:hover {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

.m_search .m_dropdown-search .search-results ._btn:hover * {
    color: currentcolor
}

.m_search .m_dropdown-search .search-results .search-slider {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbcebd
}

.m_search .m_dropdown-search .search-results .search-slider .owl-prev {
    left: 20px
}

.m_search .m_dropdown-search .search-results .search-slider .owl-next {
    right: 20px
}

.m_search .m_dropdown-search .search-results .search-slider .slider-item {
    *zoom: 1;
    padding-left: 10px;
    padding-right: 10px
}

.m_search .m_dropdown-search .search-results .search-slider .slider-item::after {
    content: '';
    display: table;
    clear: both
}

.m_search .m_dropdown-search .search-results .search-slider .slider-item>a {
    display: block
}

.m_search .m_dropdown-search .search-results .search-slider .slider-item:hover .thumbnail:before {
    background-color: rgba(0,0,0,0.5)
}

.m_search .m_dropdown-search .search-results .search-slider .slider-item:hover .title {
    color: #9d1414
}

@media only screen and (max-width: 425px) {
    .m_search .m_dropdown-search .search-results ._btn {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500;
        margin-top: 15px
    }

    .m_search .m_dropdown-search .search-results .search-title,.m_search .m_dropdown-search .search-results .title {
        font-size: 12px
    }

    .m_search .m_dropdown-search .search-results .search-title {
        padding: 20px 0
    }

    .m_search .m_dropdown-search .search-results .title {
        margin-top: 18px
    }

    .m_search .m_dropdown-search .search-results .search-slider {
        margin-top: 20px;
        padding-bottom: 20px
    }
}

.m_search .m_dropdown-search ::-webkit-input-placeholder {
    color: #726e6e
}

.m_search .m_dropdown-search ::-moz-placeholder {
    color: #726e6e
}

.m_search .m_dropdown-search :-ms-input-placeholder {
    color: #726e6e
}

.m_search .m_dropdown-search ::-ms-input-placeholder {
    color: #726e6e
}

@media only screen and (max-height: 425px) {
    .m_search .m_dropdown-search {
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media only screen and (max-width: 425px) {
    .m_search .m_dropdown-search {
        padding: 15px 20px
    }

    .m_search .m_dropdown-search ::-webkit-input-placeholder {
        font-size: 12px !important
    }

    .m_search .m_dropdown-search ::-moz-placeholder {
        font-size: 12px !important
    }

    .m_search .m_dropdown-search :-ms-input-placeholder {
        font-size: 12px !important
    }

    .m_search .m_dropdown-search ::-ms-input-placeholder {
        font-size: 12px !important
    }

    .m_search .m_dropdown-search form.search {
        height: 30px !important;
        padding-right: 40px !important
    }

    .m_search .m_dropdown-search form.search .search_box {
        font-size: 12px !important;
        padding: 0 15px !important;
        line-height: 28px !important
    }

    .m_search .m_dropdown-search form.search .search-submit {
        width: 30px !important
    }

    .m_search .m_dropdown-search form.search .search-submit * {
        font-size: 12px !important;
        line-height: 28px !important
    }

    .m_search .m_dropdown-search form.search .search-clear {
        right: 45px !important;
        margin-top: -5px !important;
        font-size: 10px !important;
        font-weight: 900 !important
    }
}

@media only screen and (max-width: 991px) {
    .m_search {
        position: static !important
    }

    .m_search .m_dropdown-search {
        left: 0;
        margin-top: 0;
        -moz-box-shadow: inset -1px 1px 5px 0px rgba(0,0,0,0.1);
        -webkit-box-shadow: inset -1px 1px 5px 0px rgba(0,0,0,0.1);
        box-shadow: inset -1px 1px 5px 0px rgba(0,0,0,0.1);
        padding-left: 20px;
        padding-right: 20px
    }

    .m_search .m_dropdown-search form.search {
        position: relative;
        height: 50px;
        padding-right: 60px;
        border-radius: 5px;
        border: 1px solid #dbcebd;
        background-color: #f3e8dd
    }

    .m_search .m_dropdown-search form.search .search_box {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        color: #444;
        border-width: 0;
        line-height: 48px;
        background-color: transparent;
        font-size: 16px
    }

    .m_search .m_dropdown-search form.search .search-submit {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin-top: -1px;
        margin-bottom: -1px;
        width: 50px;
        background-color: #343434;
        border-color: #343434;
        border-radius: 0 5px 5px 0
    }

    .m_search .m_dropdown-search form.search .search-submit:focus {
        outline: none
    }

    .m_search .m_dropdown-search form.search .search-submit * {
        font-size: 26px;
        color: #fff;
        line-height: 48px
    }

    .m_search .m_dropdown-search form.search .search-clear {
        font-size: 14px;
        position: absolute;
        top: 50%;
        right: 75px;
        margin-top: -8px;
        color: #444;
        font-size: 14px;
        font-weight: 600
    }

    .m_search .m_dropdown-search ::-webkit-input-placeholder {
        color: #444;
        font-size: 16px;
        font-style: italic;
        font-weight: 500
    }

    .m_search .m_dropdown-search ::-moz-placeholder {
        color: #444;
        font-size: 16px;
        font-style: italic;
        font-weight: 500
    }

    .m_search .m_dropdown-search :-ms-input-placeholder {
        color: #444;
        font-size: 16px;
        font-style: italic;
        font-weight: 500
    }

    .m_search .m_dropdown-search ::-ms-input-placeholder {
        color: #444;
        font-size: 16px;
        font-style: italic;
        font-weight: 500
    }

    .m_search .m_dropdown-search .search-results {
        background-color: #f3e8dd;
        position: static !important;
        border-width: 0;
        width: 100%;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .m_search .m_dropdown-search .search-results .search-title {
        display: block;
        padding: 30px 0;
        border-bottom: 1px solid #dbcebd;
        text-align: left;
        font-size: 16px
    }

    .m_search .m_dropdown-search .search-results .title {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-size: 30px;
        color: #444;
        padding: 0;
        margin-top: 20px;
        font-family: Playball
    }

    .m_search .m_dropdown-search .search-results .thumbnail {
        border-radius: 5px;
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        border-width: 0;
        margin: 0;
        border-radius: 0
    }

    .m_search .m_dropdown-search .search-results .thumbnail:before {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0)
    }

    .m_search .m_dropdown-search .search-results ._btn {
        color: #fff;
        border-color: #9d1414;
        background-color: #9d1414;
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500;
        margin-top: 30px;
        display: block;
        max-width: 210px;
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .m_search .m_dropdown-search .search-results ._btn * {
        color: currentcolor
    }

    .m_search .m_dropdown-search .search-results ._btn:hover {
        color: #fff;
        border-color: #8d785b;
        background-color: #8d785b
    }

    .m_search .m_dropdown-search .search-results ._btn:hover * {
        color: currentcolor
    }

    .m_search .m_dropdown-search .search-results .search-slider {
        padding-left: 60px;
        padding-right: 60px;
        margin-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #dbcebd
    }

    .m_search .m_dropdown-search .search-results .search-slider .owl-prev {
        left: 20px
    }

    .m_search .m_dropdown-search .search-results .search-slider .owl-next {
        right: 20px
    }

    .m_search .m_dropdown-search .search-results .search-slider .slider-item {
        *zoom: 1;
        padding-left: 10px;
        padding-right: 10px
    }

    .m_search .m_dropdown-search .search-results .search-slider .slider-item::after {
        content: '';
        display: table;
        clear: both
    }

    .m_search .m_dropdown-search .search-results .search-slider .slider-item>a {
        display: block
    }

    .m_search .m_dropdown-search .search-results .search-slider .slider-item:hover .thumbnail:before {
        background-color: rgba(0,0,0,0.5)
    }

    .m_search .m_dropdown-search .search-results .search-slider .slider-item:hover .title {
        color: #9d1414
    }
}

@media only screen and (max-width: 991px) and (max-width: 425px) {
    .m_search .m_dropdown-search .search-results ._btn {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500;
        margin-top: 15px
    }

    .m_search .m_dropdown-search .search-results .search-title,.m_search .m_dropdown-search .search-results .title {
        font-size: 12px
    }

    .m_search .m_dropdown-search .search-results .search-title {
        padding: 20px 0
    }

    .m_search .m_dropdown-search .search-results .title {
        margin-top: 18px
    }

    .m_search .m_dropdown-search .search-results .search-slider {
        margin-top: 20px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 426px) {
    .m_search:hover .cs-icon {
        color: #ffc03f
    }
}

.pagination_group {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    width: 100%
}

.pagination_group .pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border-radius: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px
}

.pagination_group .pagination li {
    display: block;
    margin-left: 5px;
    margin-right: 5px
}

.pagination_group .pagination li a {
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    background-color: rgba(0,0,0,0);
    color: #000;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 500;
    padding: 0 15px 0 15px
}

.pagination_group .pagination li.prev,.pagination_group .pagination li.next {
    position: relative
}

.pagination_group .pagination li.prev:before,.pagination_group .pagination li.next:before {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto
}

.pagination_group .pagination li.prev>a {
    padding: 2px 15px 0 30px
}

.pagination_group .pagination li.prev:before {
    content: "\f100";
    left: 12px
}

.pagination_group .pagination li.next>a {
    padding: 2px 30px 0 15px
}

.pagination_group .pagination li.next:before {
    content: "\f101";
    right: 12px
}

.pagination_group .pagination li.active a {
    background-color: #c83700;
    color: #fff;
    border-color: #c83700
}

.pagination_group .pagination li.active:before {
    color: #fff
}

@media (min-width: 1200px) {
    .pagination_group .pagination li:hover a {
        background-color: #c83700;
        color: #fff;
        border-color: #c83700
    }

    .pagination_group .pagination li:hover:before {
        color: #fff
    }
}

.pagination_group .pagination>.active>a,.pagination_group .pagination>.active>a:focus,.pagination_group .pagination>.active>a:hover,.pagination_group .pagination>.active>span,.pagination_group .pagination>.active>span:focus,.pagination_group .pagination>.active>span:hover {
    border-color: #c83700
}

ul.tags li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 5px;
    position: relative;
    margin-bottom: 10px
}

ul.tags li .line {
    color: rgba(0,0,0,0.4);
    padding-left: 8px
}

ul.tags li>a {
    color: #000;
    font-size: 13px
}

ul.tags li>a:hover {
    color: #9d1414 !important;
    text-decoration: underline
}

ul.tags li:last-child:before {
    display: none
}

#tags-filter-content {
    width: 100%;
    float: left
}

#tags-filter-content .filter-tag-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

#tags-filter-content .filter-tag-group .tag-group {
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 33px
}

@media (max-width: 767px) {
    #tags-filter-content .filter-tag-group .tag-group {
        margin-bottom: 5px
    }

    #tags-filter-content .filter-tag-group .tag-group:last-child {
        margin-bottom: 0px
    }
}

#tags-filter-content .filter-tag-group .tag-group ul {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    overflow: auto;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 0px
}

@media (max-width: 991px) {
    #tags-filter-content .filter-tag-group .tag-group ul {
        border-left: 0
    }
}

@media (max-width: 360px) {
    #tags-filter-content .filter-tag-group .tag-group ul {
        padding-bottom: 10px
    }
}

#tags-filter-content .filter-tag-group .tag-group ul a {
    font-size: 13px;
    text-transform: capitalize
}

#tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid transparent
}

#tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag span {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    background-position: -1px -1px
}

#tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag span a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px
}

#tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag:hover,#tags-filter-content .filter-tag-group .tag-group ul li.swatch-tag.active {
    border: 1px solid #000;
    padding: 2px
}

#tags-filter-content .filter-tag-group .tag-group ul li {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#tags-filter-content .filter-tag-group .tag-group ul li a {
    position: relative;
    display: block;
    line-height: 20px
}

#tags-filter-content .filter-tag-group .tag-group ul li a:hover {
    text-decoration: underline
}

#tags-filter-content .filter-tag-group .tag-group ul li:not(.swatch-tag) {
    width: 100%;
    float: left
}

@media (max-width: 1199px) {
    #tags-filter-content .filter-tag-group .tag-group ul li:not(.swatch-tag) {
        width: 100%
    }
}

#tags-filter-content .filter-tag-group .tag-group:last-child {
    margin-bottom: 0px
}

#tags-filter-content .filter-tag-group .tag-group:first-child ul {
    border-left: 0 !important
}

#tags-filter-content .sidebar-filter-content .filter-tag-group .tag-group {
    width: 100%
}

#tags-filter-content .sidebar-filter-content .filter-tag-group .tag-group ul {
    min-height: 0px;
    height: auto;
    padding-bottom: 10px
}

@media (max-width: 360px) {
    #tags-filter-content .sidebar-filter-content .filter-tag-group .tag-group .title {
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    #tags-filter-content .filter-content {
        display: none;
        margin: 0;
        padding: 20px 0 5px !important
    }
}

@media (max-width: 480px) {
    #tags-filter-content {
        margin-bottom: 0px
    }
}

.sidebar {
    position: relative
}

.sidebar ul {
    margin: 0
}

.sidebar ul li {
    list-style: none
}

.sidebar .sidebar-title {
    margin: 0;
    height: 40px;
    padding-right: 45px
}

.sidebar .sidebar-title .text {
    text-transform: uppercase;
    color: #444;
    font-size: 20px;
    font-family: Josefin Sans;
    display: block;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    letter-spacing: -1.5px
}

.sidebar .sidebar-title .cs-icon {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: auto;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 900
}

.sidebar .sidebar-block {
    margin-bottom: 30px;
    border: 1px solid #dbcebd;
    border-radius: 4px;
    padding-bottom: 6px;
    padding-top: 13px;
    position: relative
}

.sidebar .sidebar-block .sidebar-content a {
    font-weight: 400
}

.sidebar .sidebar-block .sidebar-content ul li {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(219,206,189,0.6)
}

.sidebar .sidebar-block .sidebar-content ul li:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0
}

.sidebar .sidebar-block .sidebar-content ul.filter-color {
    margin-left: -5px;
    margin-top: 10px !important;
    margin-bottom: 0 !important
}

.sidebar .sidebar-block .sidebar-content ul.filter-color li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0;
    border-bottom-width: 0;
    margin-left: 5px;
    margin-bottom: 10px !important
}

.sidebar .sidebar-block .sidebar-content ul.filter-color li>a {
    display: block;
    padding-left: 0;
    border-radius: 100%;
    overflow: hidden
}

.sidebar .sidebar-block.filter-block ul.filter-content {
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

.sidebar .sidebar-block.filter-block ul.filter-content li {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 8px
}

.sidebar .sidebar-block.blogs-recent .ra-item-inner {
    padding: 15px 20px
}

.sidebar .sidebar-block.blogs-recent .ra-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dbcebd;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.sidebar .sidebar-block.blogs-recent .ra-item:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar .sidebar-block.blogs-recent .ra-item .article-left {
    width: 40%;
    padding-right: 15px
}

.sidebar .sidebar-block.blogs-recent .ra-item .article-right {
    width: 60%;
    padding: 0
}

.sidebar .sidebar-block.blogs-recent .ra-item .article-right h5 {
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.sidebar .sidebar-block.blogs-recent .ra-item .article-right h5 a {
    color: #444;
    line-height: 1.6em;
    font-size: 14px
}

.sidebar .sidebar-block.blogs-recent .ra-item .article-right h5 a:focus,.sidebar .sidebar-block.blogs-recent .ra-item .article-right h5 a:hover {
    color: #9d1414
}

.sidebar .sidebar-block.blogs-recent .ra-item .article-right .date,.sidebar .sidebar-block.blogs-recent .ra-item .article-right .article-date {
    font-size: 12px;
    font-style: italic;
    color: #9d1414
}

.sidebar .sidebar-block.blog-search {
    padding-bottom: 0px;
    padding-top: 0px
}

.sidebar .sidebar-block.blog-search form.search {
    border-color: #dbcebd;
    border-style: solid;
    border-width: 0px;
    border-radius: 0;
    height: 40px;
    padding-right: 45px
}

.sidebar .sidebar-block.blog-search form.search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-color: transparent;
    border-width: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar .sidebar-block.blog-search form.search .search-submit .cs-icon {
    color: #000;
    font-weight: 900;
    font-size: 20px;
    line-height: 40px
}

.sidebar .sidebar-block.blog-search form.search input.search_box {
    width: 100%;
    height: 100%;
    border-width: 0;
    border-radius: 0;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-style: italic;
    color: #726e6e
}

.sidebar .sidebar-block.blog-search form.search ::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #726e6e
}

.sidebar .sidebar-block.blog-search form.search ::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #726e6e
}

.sidebar .sidebar-block.blog-search form.search :-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #726e6e
}

.sidebar .sidebar-block.blog-search form.search ::-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #726e6e
}

.sidebar .sidebar-block.blog-search .sidebar-content {
    padding-top: 0
}

.sidebar .sidebar-block.vendor-block .sidebar-content,.sidebar .sidebar-block.type-block .sidebar-content,.sidebar .sidebar-block.collection-block .sidebar-content,.sidebar .sidebar-block.blog-category .sidebar-content {
    text-transform: capitalize
}

.sidebar .sidebar-block.vendor-block .sidebar-content ul,.sidebar .sidebar-block.type-block .sidebar-content ul,.sidebar .sidebar-block.collection-block .sidebar-content ul,.sidebar .sidebar-block.blog-category .sidebar-content ul {
    margin-left: 0px
}

.sidebar .sidebar-block.vendor-block .sidebar-content ul li a,.sidebar .sidebar-block.type-block .sidebar-content ul li a,.sidebar .sidebar-block.collection-block .sidebar-content ul li a,.sidebar .sidebar-block.blog-category .sidebar-content ul li a {
    font-size: 16px;
    color: #444
}

.sidebar .sidebar-block.vendor-block .sidebar-content ul li a:focus,.sidebar .sidebar-block.vendor-block .sidebar-content ul li a:hover,.sidebar .sidebar-block.type-block .sidebar-content ul li a:focus,.sidebar .sidebar-block.type-block .sidebar-content ul li a:hover,.sidebar .sidebar-block.collection-block .sidebar-content ul li a:focus,.sidebar .sidebar-block.collection-block .sidebar-content ul li a:hover,.sidebar .sidebar-block.blog-category .sidebar-content ul li a:focus,.sidebar .sidebar-block.blog-category .sidebar-content ul li a:hover {
    color: #9d1414
}

.sidebar .sidebar-block.vendor-block .sidebar-content ul li.active a:hover,.sidebar .sidebar-block.vendor-block .sidebar-content ul li.active a:focus,.sidebar .sidebar-block.vendor-block .sidebar-content ul li.active a,.sidebar .sidebar-block.type-block .sidebar-content ul li.active a:hover,.sidebar .sidebar-block.type-block .sidebar-content ul li.active a:focus,.sidebar .sidebar-block.type-block .sidebar-content ul li.active a,.sidebar .sidebar-block.collection-block .sidebar-content ul li.active a:hover,.sidebar .sidebar-block.collection-block .sidebar-content ul li.active a:focus,.sidebar .sidebar-block.collection-block .sidebar-content ul li.active a,.sidebar .sidebar-block.blog-category .sidebar-content ul li.active a:hover,.sidebar .sidebar-block.blog-category .sidebar-content ul li.active a:focus,.sidebar .sidebar-block.blog-category .sidebar-content ul li.active a {
    color: #9d1414
}

.sidebar .sidebar-block.blog-tags ul {
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: 5px
}

.sidebar .sidebar-block.blog-tags ul>li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0;
    padding-right: 5px;
    padding-bottom: 10px;
    border-width: 0
}

.sidebar .sidebar-block.blog-tags ul>li>a {
    border: 1px solid #dbcebd;
    padding: 8px 15px 3px;
    display: block;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    line-height: 1em
}

.sidebar .sidebar-block.blog-tags ul>li>a:focus,.sidebar .sidebar-block.blog-tags ul>li>a:hover {
    background-color: #9d1414;
    border-color: #9d1414;
    color: #fff
}

.sidebar .sidebar-block.blog-banner {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
    border-width: 0
}

.sidebar .sidebar-block.blog-banner:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.sidebar .sidebar-block.blog-banner:focus:before,.sidebar .sidebar-block.blog-banner:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

.sidebar .sidebar-block.blog-banner a {
    display: block
}

.sidebar .sidebar-block.price-block .price-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-top: 30px
}

.sidebar .sidebar-block.price-block .price-bottom .price-show {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.sidebar .sidebar-block.price-block .price-bottom ._btn {
    color: #000;
    border-color: #e8e8e8;
    background-color: #e8e8e8;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

.sidebar .sidebar-block.price-block .price-bottom ._btn * {
    color: currentcolor
}

.sidebar .sidebar-block.price-block .sidebar-content {
    padding-top: 30px;
    padding-bottom: 30px
}

.sidebar .sidebar-block.latest-block .sidebar-content {
    padding-top: 10px
}

.sidebar .sidebar-block.latest-block .product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px
}

.sidebar .sidebar-block.latest-block .product .row-left {
    width: 90px;
    padding: 0
}

.sidebar .sidebar-block.latest-block .product .row-right {
    width: calc(100% - 90px);
    text-align: left;
    padding: 0 0 0 10px
}

.sidebar .sidebar-block.latest-block .product .row-right .product-title a {
    font-size: 20px
}

.sidebar .sidebar-block.banner-block {
    padding: 0;
    border-width: 0;
    margin-bottom: 0
}

.sidebar .sidebar-block.banner-block a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 5px;
    overflow: hidden
}

.sidebar.sidebar-blog {
    float: left
}

@media only screen and (max-width: 767px) {
    .sidebar .sidebar-block.blogs-recent .ra-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        max-width: 300px
    }

    .sidebar .sidebar-block.blog-banner {
        display: none
    }

    .sidebar .sidebar-block.vendor-block .sidebar-content,.sidebar .sidebar-block.type-block .sidebar-content,.sidebar .sidebar-block.collection-block .sidebar-content,.sidebar .sidebar-block.blog-category .sidebar-content {
        padding-top: 20px !important
    }
}

body .index-section section {
    padding-bottom: 60px;
    *zoom: 1;
    float: none;
    margin: 0 auto
}

@media only screen and (max-width: 1199px) {
    body .index-section section {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 425px) {
    body .index-section section {
        padding-bottom: 30px
    }
}

body .index-section section::after {
    content: '';
    display: table;
    clear: both
}

body .active-padding {
    padding-bottom: 60px !important
}

@media only screen and (max-width: 1199px) {
    body .active-padding {
        padding-bottom: 50px !important
    }
}

@media only screen and (max-width: 425px) {
    body .active-padding {
        padding-bottom: 30px !important
    }
}

body section.brands_layout .brands_inner {
    background-color: #f7f1e9;
    padding: 35px 15px
}

@media only screen and (max-width: 991px) {
    body section.brands_layout .brands_inner {
        padding: 20px 15px
    }

    body section.brands_layout .container {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (max-width: 767px) {
    body section.brands_layout .brands_inner {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 425px) {
    body section.brands_layout .brands_inner {
        padding-top: 0;
        padding-bottom: 0
    }
}

body.index-template .page-title {
    text-align: center;
    margin-bottom: 45px;
    font-size: 72px;
    font-family: Playball;
    line-height: 1em;
    color: #000
}

body.index-template .page-title .page_title_group {
    position: relative;
    background-color: #f3e8dd;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 7px
}

body.index-template .page-title .page_title_group h2 {
    font-size: 40px;
    font-family: Josefin Sans;
    color: #000;
    margin-bottom: 13px;
    line-height: 1em;
    letter-spacing: -1px
}

body.index-template .page-title .page_title_group .caption {
    font-family: Josefin Sans;
    font-size: 20px;
    color: #726e6e;
    font-style: italic;
    margin-bottom: 0px
}

@media only screen and (max-width: 767px) {
    body.index-template .page-title {
        font-size: 45px
    }
}

@media only screen and (max-width: 425px) {
    body.index-template .page-title {
        font-size: 35px;
        margin-bottom: 25px
    }
}

body.index-template .page-2-title {
    text-align: center;
    position: relative;
    margin-bottom: 55px
}

body.index-template .page-2-title h2 {
    color: #000;
    font-weight: 600;
    font-family: Josefin Sans;
    font-size: 20px;
    background-color: #f3e8dd;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    position: relative;
    font-style: italic
}

body.index-template .page-2-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 530px;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -265px;
    background-color: #dbcebd
}

@media only screen and (max-width: 1199px) {
    body.index-template .page-2-title {
        margin-bottom: 25px
    }

    body.index-template .page-2-title:before {
        height: 1px;
        margin-top: -0.5px
    }
}

@media only screen and (max-width: 767px) {
    body.index-template .page-2-title:before {
        width: 100%;
        left: 0;
        margin-left: 0
    }
}

@media only screen and (max-width: 425px) {
    body.index-template .page-2-title {
        margin-bottom: 15px
    }

    body.index-template .page-2-title h2 {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }
}

body.index-template .page_caption {
    text-align: center;
    font-family: Josefin Sans;
    color: #aaa;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 16px
}

@media only screen and (max-width: 991px) {
    body.index-template .page_caption {
        font-size: 12px;
        margin-bottom: 11px
    }
}

@media only screen and (max-width: 425px) {
    body.index-template .page_caption {
        margin-bottom: 20px
    }
}

body.index-template section.home-slideshow-layout {
    position: relative;
    z-index: 1
}

body.index-template section.home-slideshow-layout .home-slideshow-inner {
    width: 100%;
    clear: both;
    position: relative
}

body.index-template section.home-slideshow-layout .slideshow-caption {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: auto
}

body.index-template section.home-slideshow-layout .slideshow-caption * {
    color: #000
}

body.index-template section.home-slideshow-layout .slideshow-caption a {
    display: block
}

body.index-template section.home-slideshow-layout .slideshow-caption a .title {
    font-family: Josefin Sans;
    font-size: 100px;
    line-height: 1em;
    background-image: url(../../assets/images/tp_caption_line1.png);
    background-size: initial;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 56px
}

body.index-template section.home-slideshow-layout .slideshow-caption a .description {
    font-family: Josefin Sans;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1em;
    width: 100%;
    margin-bottom: 19px
}

body.index-template section.home-slideshow-layout .slideshow-caption a._btn {
    font-size: 17px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 54px;
    line-height: 52px;
    background-position: left bottom, left top;
    background-image: url(../../assets/images/line-btn.png),url(../../assets/images/line-btn.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    border-radius: 0;
    width: auto;
    border-left-width: 0;
    border-right-width: 0;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 40px;
    color: #fff;
    border-width: 0;
    font-family: Josefin Sans;
    min-width: 210px;
    font-size: 18px;
    font-weight: 500
}

body.index-template section.home-slideshow-layout .slideshow-caption a._btn:after,body.index-template section.home-slideshow-layout .slideshow-caption a._btn:before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    width: 10px;
    top: 0;
    bottom: 0
}

body.index-template section.home-slideshow-layout .slideshow-caption a._btn:before {
    background-image: url(../../assets/images/btn-left.png);
    background-position: left center;
    left: 0px;
    right: auto
}

body.index-template section.home-slideshow-layout .slideshow-caption a._btn:after {
    background-image: url(../../assets/images/btn-right.png);
    background-position: right center;
    right: 0px;
    left: auto
}

body.index-template section.home-slideshow-layout .slideshow-caption a.align-Left .description {
    margin-top: 25px;
    text-align: left
}

body.index-template section.home-slideshow-layout .slideshow-caption a.align-Left .title {
    padding-top: 50px
}

body.index-template section.home-slideshow-layout .slideshow-caption a.align-center .title {
    padding-left: 30px;
    padding-right: 30px
}

body.index-template section.home-slideshow-layout .slideshow-caption.position-left,body.index-template section.home-slideshow-layout .slideshow-caption.position-right {
    max-width: 22%
}

body.index-template section.home-slideshow-layout .slideshow-caption.position-left .group,body.index-template section.home-slideshow-layout .slideshow-caption.position-right .group {
    max-width: 100%
}

body.index-template section.home-slideshow-layout .slideshow-caption.position-left .group a:not(._btn) img,body.index-template section.home-slideshow-layout .slideshow-caption.position-right .group a:not(._btn) img {
    max-width: 100%
}

body.index-template section.home-slideshow-layout .slideshow-caption.position-right {
    right: 50%;
    left: auto;
    margin-right: -585px
}

body.index-template section.home-slideshow-layout .slideshow-caption.position-left {
    right: auto;
    left: 50%;
    margin-left: -585px
}

body.index-template section.home-slideshow-layout .slideshow-caption.position-middle {
    left: 15%;
    width: 70%
}

body.index-template section.home-slideshow-layout .slideshow-caption.position-middle .group {
    margin-bottom: 25%
}

body.index-template section.home-slideshow-layout .current-sr-slide-visible .slideshow-caption {
    visibility: visible
}

body.index-template section.home-slideshow-layout .current-sr-slide-visible .slideshow-caption.transition-slideup {
    -moz-animation: moveFromBottom 0.6s ease both;
    -o-animation: moveFromBottom 0.6s ease both;
    -webkit-animation: moveFromBottom 0.6s ease both;
    animation: moveFromBottom 0.6s ease both
}

body.index-template section.home-slideshow-layout .current-sr-slide-visible .slideshow-caption.transition-slidedown {
    -moz-animation: moveFromTop 0.6s ease both;
    -o-animation: moveFromTop 0.6s ease both;
    -webkit-animation: moveFromTop 0.6s ease both;
    animation: moveFromTop 0.6s ease both
}

body.index-template section.home-slideshow-layout .current-sr-slide-visible .slideshow-caption.transition-slideright {
    -moz-animation: moveFromRight 0.6s ease both;
    -o-animation: moveFromRight 0.6s ease both;
    -webkit-animation: moveFromRight 0.6s ease both;
    animation: moveFromRight 0.6s ease both
}

body.index-template section.home-slideshow-layout .current-sr-slide-visible .slideshow-caption.transition-slideleft {
    -moz-animation: moveFromLeft 0.6s ease both;
    -o-animation: moveFromLeft 0.6s ease both;
    -webkit-animation: moveFromLeft 0.6s ease both;
    animation: moveFromLeft 0.6s ease both
}

body.index-template section.home-slideshow-layout .current-sr-slide-visible .slideshow-caption.transition-fade {
    -moz-animation: fade 0.6s ease both;
    -o-animation: fade 0.6s ease both;
    -webkit-animation: fade 0.6s ease both;
    animation: fade 0.6s ease both
}

body.index-template section.home-slideshow-layout .tparrows {
    display: none !important;
    background-color: transparent !important;
    top: 50%;
    height: auto !important;
    width: auto !important;
    margin-top: -45px
}

body.index-template section.home-slideshow-layout .tparrows:before {
    font-size: 90px;
    line-height: 90px
}

body.index-template section.home-slideshow-layout .tparrows.tp-leftarrow {
    left: 50px !important
}

body.index-template section.home-slideshow-layout .tparrows.tp-rightarrow {
    right: 50px !important
}

body.index-template section.home-slideshow-layout .tp-bullets {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    z-index: 20;
    bottom: 20px !important
}

body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: transparent !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 0 !important
}

body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 50%
}

body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet:hover,body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet:focus,body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet.selected {
    border: 0 !important
}

body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet:hover:before,body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet:focus:before,body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet.selected:before {
    background-color: #ffc03f;
    border-color: #ffc03f
}

@media only screen and (max-width: 1599px) {
    body.index-template section.home-slideshow-layout .tp-bullets {
        bottom: 30px !important
    }
}

@media only screen and (max-width: 1199px) {
    body.index-template section.home-slideshow-layout .slideshow-caption img {
        max-width: 100%
    }

    body.index-template section.home-slideshow-layout .slideshow-caption a .title {
        font-size: 72px;
        background-size: 90%;
        padding-top: 30px !important
    }

    body.index-template section.home-slideshow-layout .slideshow-caption a .description {
        font-size: 14px;
        margin-bottom: 12px
    }

    body.index-template section.home-slideshow-layout .slideshow-caption a._btn {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500;
        border-width: 0;
        margin-top: 20px;
        padding-top: 1px !important
    }

    body.index-template section.home-slideshow-layout .slideshow-caption.position-left {
        margin-left: -470px
    }

    body.index-template section.home-slideshow-layout .slideshow-caption.position-right {
        margin-right: -470px
    }

    body.index-template section.home-slideshow-layout .tparrows {
        margin-top: -20px
    }

    body.index-template section.home-slideshow-layout .tparrows:before {
        width: auto !important;
        font-size: 40px;
        line-height: 40px
    }

    body.index-template section.home-slideshow-layout .tparrows.tp-leftarrow {
        left: 20px !important
    }

    body.index-template section.home-slideshow-layout .tparrows.tp-rightarrow {
        right: 20px !important
    }

    body.index-template section.home-slideshow-layout .tp-bullets {
        bottom: 10px !important
    }
}

@media only screen and (max-width: 991px) {
    body.index-template section.home-slideshow-layout .tp-bullets {
        bottom: 0px !important
    }

    body.index-template section.home-slideshow-layout .slideshow-caption a._btn {
        font-size: 12px;
        border-width: 1px;
        height: 25px;
        line-height: 23px;
        padding: 0 15px;
        font-weight: 500;
        letter-spacing: 0.05em;
        border-width: 0;
        min-width: auto;
        padding-top: 1px !important
    }

    body.index-template section.home-slideshow-layout .slideshow-caption.position-left {
        margin-left: -360px
    }

    body.index-template section.home-slideshow-layout .slideshow-caption.position-right {
        margin-right: -360px
    }
}

@media only screen and (max-width: 767px) {
    body.index-template section.home-slideshow-layout .slideshow-caption {
        overflow: hidden
    }

    body.index-template section.home-slideshow-layout .slideshow-caption.position-left {
        left: 0;
        margin-left: 10px
    }

    body.index-template section.home-slideshow-layout .slideshow-caption.position-right {
        right: 0;
        margin-right: 10px
    }

    body.index-template section.home-slideshow-layout .slideshow-caption .slideshow-caption-group {
        padding-top: 30px
    }

    body.index-template section.home-slideshow-layout .slideshow-caption a .title {
        font-size: 40px;
        padding-top: 20px !important
    }

    body.index-template section.home-slideshow-layout .slideshow-caption a .description {
        font-size: 12px;
        margin-bottom: 12px
    }

    body.index-template section.home-slideshow-layout .slideshow-caption a._btn {
        display: none !important;
        height: 0;
        overflow: hidden;
        margin-top: 0 !important
    }

    body.index-template section.home-slideshow-layout .tparrows {
        margin-top: -10px
    }

    body.index-template section.home-slideshow-layout .tparrows:before {
        font-size: 20px;
        line-height: 20px
    }

    body.index-template section.home-slideshow-layout .tparrows.tp-leftarrow {
        left: 10px !important
    }

    body.index-template section.home-slideshow-layout .tparrows.tp-rightarrow {
        right: 10px !important
    }

    body.index-template section.home-slideshow-layout .tp-bullets {
        display: block
    }

    body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet {
        margin-left: 0px !important;
        margin-right: 0px !important
    }

    body.index-template section.home-slideshow-layout .tp-bullets.simplebullets.round .bullet:before {
        width: 10px;
        height: 10px
    }
}

@media only screen and (max-width: 425px) {
    body.index-template section.home-slideshow-layout .tp-bullets.simplebullets .bullet {
        margin-bottom: 0px !important
    }
}

body.index-template section.home-banslider-layout {
    overflow: hidden
}

body.index-template section.home-banslider-layout .home-banslider-inner {
    margin-left: -15px;
    margin-right: -15px
}

body.index-template section.home-banslider-layout .banslider-item {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden
}

body.index-template section.home-banslider-layout .banslider-item>a {
    display: block;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 5px;
    overflow: hidden
}

body.index-template section.home-banslider-layout .banslider-item:hover a {
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03)
}

body.index-template section.home-banslider-layout .owl-controls .owl-prev {
    left: -60px
}

body.index-template section.home-banslider-layout .owl-controls .owl-next {
    right: -60px
}

@media only screen and (max-width: 1599px) {
    body.index-template section.home-banslider-layout .owl-controls .owl-prev {
        left: 25px
    }

    body.index-template section.home-banslider-layout .owl-controls .owl-next {
        right: 25px
    }
}

@media only screen and (max-width: 767px) {
    body.index-template section.home-banslider-layout .home-banslider-inner {
        margin-left: -5px;
        margin-right: -5px
    }

    body.index-template section.home-banslider-layout .banslider-item {
        padding-left: 5px;
        padding-right: 5px
    }
}

body.index-template section.home-welcome-layout .welcome-caption {
    margin-bottom: 50px;
    display: block;
    line-height: 1.6em;
    font-weight: 500;
    text-align: center
}

body.index-template section.home-welcome-layout img {
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 425px) {
    body.index-template section.home-welcome-layout .welcome-caption {
        font-size: 14px
    }
}

body.index-template section.home-product-layout {
    padding-bottom: 15px;
    *zoom: 1
}

body.index-template section.home-product-layout::after {
    content: '';
    display: table;
    clear: both
}

@media (min-width: 1200px) and (max-width: 1210px) {
    body.index-template section.home-product-layout .row {
        overflow: hidden
    }
}

body.index-template section.home-product-layout .banner-product-title {
    text-align: center;
    margin-bottom: 60px;
    padding: 55px 100px;
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden
}

body.index-template section.home-product-layout .banner-product-title:hover .title-content {
    -moz-animation: moverHorizontal_bg 9s both infinite;
    -o-animation: moverHorizontal_bg 9s both infinite;
    -webkit-animation: moverHorizontal_bg 9s both infinite;
    animation: moverHorizontal_bg 9s both infinite
}

body.index-template section.home-product-layout .banner-product-title .title-content {
    background-image: url(../../assets/images/line-dot.png),url(../../assets/images/line-dot.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center , right center
}

body.index-template section.home-product-layout .banner-product-title .title-content * {
    font-size: 60px;
    color: #f3eade;
    font-family: Playball;
    margin: 0 auto
}

body.index-template section.home-product-layout .home-product-inner {
    margin-left: -15px;
    margin-right: -15px
}

body.index-template section.home-product-layout .home-product-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 1199px) {
    body.index-template section.home-product-layout .product .row-left {
        padding-left: 0px;
        padding-right: 0px
    }

    body.index-template section.home-product-layout .banner-product-title {
        padding: 15px 50px
    }

    body.index-template section.home-product-layout .banner-product-title .title-content {
        background-size: 25%, 25%
    }

    body.index-template section.home-product-layout .banner-product-title .title-content * {
        font-size: 40px
    }
}

@media only screen and (max-width: 991px) {
    body.index-template section.home-product-layout .content_product {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    body.index-template section.home-product-layout .home-product-inner {
        margin-left: -10px;
        margin-right: -10px
    }

    body.index-template section.home-product-layout .banner-product-title {
        padding: 15px 5px;
        margin-bottom: 30px
    }

    body.index-template section.home-product-layout .banner-product-title .title-content * {
        font-size: 30px
    }

    body.index-template section.home-product-layout .home-product-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    body.index-template section.home-product-layout .home-product-content .content_product {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px
    }

    body.index-template section.home-product-layout .product .row-left {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 540px) {
    body.index-template section.home-product-layout .product .row-left {
        padding-left: 0px;
        padding-right: 0px
    }
}

body.index-template section.home-banner-layout .home-banner-content {
    position: relative
}

body.index-template section.home-banner-layout .home-banner-content a.banner-image {
    display: block
}

body.index-template section.home-banner-layout .home-banner-content a.banner-image img {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body.index-template section.home-banner-layout .home-banner-content .banner-caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

body.index-template section.home-banner-layout .home-banner-content .banner-caption .banner-caption-group {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
    margin-bottom: 4.4%;
    margin-left: 33%
}

body.index-template section.home-banner-layout .home-banner-content .banner-caption .banner-caption-group>span {
    display: block
}

body.index-template section.home-banner-layout .home-banner-content .banner-caption .banner-caption-group .title {
    color: #ffdaa8;
    text-transform: uppercase;
    font-size: 100px;
    font-family: Josefin Sans;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 5px
}

body.index-template section.home-banner-layout .home-banner-content .banner-caption .banner-caption-group .caption {
    color: #fff;
    line-height: 1em;
    text-transform: capitalize;
    font-size: 60px;
    font-family: Playball;
    font-weight: 500
}

body.index-template section.home-banner-layout .home-banner-content:hover .banner-image img {
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03)
}

@media only screen and (max-width: 1199px) {
    body.index-template section.home-banner-layout .home-banner-content .banner-caption .banner-caption-group .title {
        font-size: 50px
    }

    body.index-template section.home-banner-layout .home-banner-content .banner-caption .banner-caption-group .caption {
        font-size: 30px
    }
}

body.index-template section.home-gallery-layout .row {
    overflow: hidden
}

body.index-template section.home-gallery-layout .home-gallery-inner {
    margin-left: -15px;
    margin-right: -15px
}

body.index-template section.home-gallery-layout .home-gallery-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body.index-template section.home-gallery-layout .home-gallery-content .gallery-item {
    margin-bottom: 30px;
    width: 33.33333%
}

body.index-template section.home-gallery-layout .home-gallery-content .gallery-item a {
    display: block;
    position: relative;
    overflow: hidden
}

body.index-template section.home-gallery-layout .home-gallery-content .gallery-item a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.7);
    content: "\f002";
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 50px;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body.index-template section.home-gallery-layout .home-gallery-content .gallery-item a:hover:after {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 991px) {
    body.index-template section.home-gallery-layout .home-gallery-inner {
        margin-left: -10px;
        margin-right: -10px
    }

    body.index-template section.home-gallery-layout .home-gallery-content .gallery-item {
        padding: 0 10px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 425px) {
    body.index-template section.home-gallery-layout .home-gallery-inner {
        margin-left: -5px;
        margin-right: -5px
    }

    body.index-template section.home-gallery-layout .home-gallery-content .gallery-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px
    }
}

body:not(.index-template) .breadcrumb {
    padding: 7px 15px;
    padding-right: 0;
    padding-left: 200px;
    margin-bottom: 0;
    background-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Josefin Sans
}

body:not(.index-template) .breadcrumb * {
    color: #444
}

body:not(.index-template) .breadcrumb strong {
    color: #9d1414;
    font-weight: 500
}

body:not(.index-template) .breadcrumb .arrow-space {
    margin: 0 5px
}

body:not(.index-template) .breadcrumb .arrow-space:before {
    font-size: 14px;
    color: #444;
    content: "/"
}

body:not(.index-template) .breadcrumb>span:last-child * {
    color: #000 !important
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) .breadcrumb {
        padding-left: 105px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) .breadcrumb {
        font-size: 12px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 67px
    }
}

body:not(.index-template) .heading-content {
    background-color: transparent;
    margin-bottom: 50px
}

body:not(.index-template) .heading-content:before {
    display: block;
    content: '';
    width: 100%;
    height: 7px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    -moz-box-shadow: inset 0px 1px 7px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 7px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 7px 0px rgba(0,0,0,0.3)
}

body:not(.index-template) .heading-content .heading-wrapper {
    padding-top: 15px;
    margin-top: -2px;
    position: relative;
    z-index: 2;
    background-image: url(../../assets/images/body_bg.png);
    background-repeat: repeat
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) .heading-content .heading-wrapper {
        padding-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) .heading-content {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) .heading-content {
        margin-bottom: 20px
    }

    body:not(.index-template) .heading-content .heading-wrapper {
        padding-top: 0px
    }
}

body:not(.index-template) .title-content {
    padding-top: 110px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

body:not(.index-template) .title-content:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3)
}

body:not(.index-template) .title-content .page-title {
    margin-bottom: 0;
    padding: 0;
    font-size: 0
}

body:not(.index-template) .title-content .page-title span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 6px solid #fff;
    padding: 42px 40px;
    font-weight: 900;
    font-size: 72px;
    text-transform: uppercase
}

body:not(.index-template) .title-content .page-title * {
    color: #fff
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) .title-content {
        padding-top: 55px;
        padding-bottom: 55px
    }

    body:not(.index-template) .title-content .page-title span {
        font-size: 30px;
        border-width: 2px;
        padding: 5px 20px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) .title-content {
        padding-top: 20px;
        padding-bottom: 20px
    }

    body:not(.index-template) .title-content .page-title span {
        font-size: 14px;
        border-width: 1px
    }
}

body:not(.index-template) .page-title {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 9px;
    position: relative;
    width: 100%;
    display: block
}

body:not(.index-template) .page-title h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: Josefin Sans;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) .page_caption {
    font-size: 15px;
    width: 60%;
    line-height: 2em;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center
}

@media (max-width: 767px) {
    body:not(.index-template) .page_caption {
        width: 100%
    }
}

body:not(.index-template) main section.search-content {
    margin-top: 50px;
    margin-bottom: 50px
}

body:not(.index-template) main section.search-content .search-field form.search {
    position: relative;
    height: 50px;
    padding-right: 60px;
    border-radius: 5px;
    border: 1px solid #dbcebd;
    background-color: #f3e8dd
}

body:not(.index-template) main section.search-content .search-field form.search .search_box {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    color: #444;
    border-width: 0;
    line-height: 48px;
    background-color: transparent;
    font-size: 16px
}

body:not(.index-template) main section.search-content .search-field form.search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 50px;
    background-color: #343434;
    border-color: #343434;
    border-radius: 0 5px 5px 0
}

body:not(.index-template) main section.search-content .search-field form.search .search-submit:focus {
    outline: none
}

body:not(.index-template) main section.search-content .search-field form.search .search-submit * {
    font-size: 26px;
    color: #fff;
    line-height: 48px
}

body:not(.index-template) main section.search-content .search-field form.search .search-clear {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 75px;
    margin-top: -8px;
    color: #444;
    font-size: 14px;
    font-weight: 600
}

body:not(.index-template) main section.search-content .search-field ::-webkit-input-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

body:not(.index-template) main section.search-content .search-field ::-moz-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

body:not(.index-template) main section.search-content .search-field :-ms-input-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

body:not(.index-template) main section.search-content .search-field ::-ms-input-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

body:not(.index-template) main section.search-content .search-field .search-results {
    background-color: #f3e8dd;
    position: static !important;
    border-width: 0;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body:not(.index-template) main section.search-content .search-field .search-results .search-title {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #dbcebd;
    text-align: left;
    font-size: 16px
}

body:not(.index-template) main section.search-content .search-field .search-results .title {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 30px;
    color: #444;
    padding: 0;
    margin-top: 20px;
    font-family: Playball
}

body:not(.index-template) main section.search-content .search-field .search-results .thumbnail {
    border-radius: 5px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-width: 0;
    margin: 0;
    border-radius: 0
}

body:not(.index-template) main section.search-content .search-field .search-results .thumbnail:before {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0)
}

body:not(.index-template) main section.search-content .search-field .search-results ._btn {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    margin-top: 30px;
    display: block;
    max-width: 210px;
    float: none;
    margin-left: auto;
    margin-right: auto
}

body:not(.index-template) main section.search-content .search-field .search-results ._btn * {
    color: currentcolor
}

body:not(.index-template) main section.search-content .search-field .search-results ._btn:hover {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body:not(.index-template) main section.search-content .search-field .search-results ._btn:hover * {
    color: currentcolor
}

body:not(.index-template) main section.search-content .search-field .search-results .search-slider {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbcebd
}

body:not(.index-template) main section.search-content .search-field .search-results .search-slider .owl-prev {
    left: 20px
}

body:not(.index-template) main section.search-content .search-field .search-results .search-slider .owl-next {
    right: 20px
}

body:not(.index-template) main section.search-content .search-field .search-results .search-slider .slider-item {
    *zoom: 1;
    padding-left: 10px;
    padding-right: 10px
}

body:not(.index-template) main section.search-content .search-field .search-results .search-slider .slider-item::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.search-content .search-field .search-results .search-slider .slider-item>a {
    display: block
}

body:not(.index-template) main section.search-content .search-field .search-results .search-slider .slider-item:hover .thumbnail:before {
    background-color: rgba(0,0,0,0.5)
}

body:not(.index-template) main section.search-content .search-field .search-results .search-slider .slider-item:hover .title {
    color: #9d1414
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.search-content .search-field .search-results ._btn {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500;
        margin-top: 15px
    }

    body:not(.index-template) main section.search-content .search-field .search-results .search-title,body:not(.index-template) main section.search-content .search-field .search-results .title {
        font-size: 12px
    }

    body:not(.index-template) main section.search-content .search-field .search-results .search-title {
        padding: 20px 0
    }

    body:not(.index-template) main section.search-content .search-field .search-results .title {
        margin-top: 18px
    }

    body:not(.index-template) main section.search-content .search-field .search-results .search-slider {
        margin-top: 20px;
        padding-bottom: 20px
    }
}

body:not(.index-template) main section.search-content .search-field form.search {
    background-color: transparent
}

body:not(.index-template) main section.search-content .search-content-inner {
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) main section.search-content .expanded-message {
    padding-left: 125px;
    padding-right: 125px;
    margin-bottom: 65px;
    text-align: center;
    width: 100%
}

body:not(.index-template) main section.search-content .expanded-message .subtext {
    margin-top: 35px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

body:not(.index-template) main section.search-content .expanded-message h2 {
    font-size: 16px;
    color: #9d1414;
    text-transform: uppercase;
    font-weight: 600
}

body:not(.index-template) main section.search-content .expanded-message .search-results {
    display: none !important
}

body:not(.index-template) main section.search-content .product-item-group .product-item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body:not(.index-template) main section.search-content .search-bottom-toolbar {
    padding-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    color: #000
}

body:not(.index-template) main section.search-content .search-bottom-toolbar .search-counter {
    text-align: right;
    font-size: 14px
}

body:not(.index-template) main section.search-content .article {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

body:not(.index-template) main section.search-content .article .article-title {
    margin-bottom: 8px;
    color: #000
}

body:not(.index-template) main section.search-content .article .article-title * {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600
}

body:not(.index-template) main section.search-content .article .article-info * {
    color: #726e6e;
    font-style: italic;
    font-size: 12px
}

body:not(.index-template) main section.search-content .article .article-info>li {
    position: relative;
    padding-left: 10px;
    padding-right: 0
}

body:not(.index-template) main section.search-content .article .article-info>li:after {
    content: '|';
    color: #726e6e;
    font-style: italic;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 14px
}

body:not(.index-template) main section.search-content .article .article-info>li:last-child:after {
    display: none
}

body:not(.index-template) main section.search-content .article .group-blog-top {
    text-align: center;
    margin-bottom: 20px
}

body:not(.index-template) main section.search-content .article .group-blog-top .article-image {
    margin-bottom: 35px
}

body:not(.index-template) main section.search-content .article .group-blog-top .article-image a {
    display: block
}

body:not(.index-template) main section.search-content .article .articleinfo_group {
    margin-bottom: 50px;
    text-align: center
}

body:not(.index-template) main section.search-content .article .articleinfo_group p {
    color: #444
}

body:not(.index-template) main section.search-content .article .articleinfo_group #article-content {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.6em
}

body:not(.index-template) main section.search-content .article .articleinfo_group #article-content P:last-child {
    margin-bottom: 0
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm {
    *zoom: 1;
    background-color: #f7f1e9;
    padding-left: 30px;
    padding-right: 30px
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .btm-title {
    font-size: 20px;
    color: #000;
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .tags-area {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 6px;
    text-align: left
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .tags-area>a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #726e6e;
    padding: 9px 15px;
    margin-right: 7px;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with {
    text-align: right;
    padding: 15px 0
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a {
    height: 40px;
    width: 40px;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-radius: 50%;
    margin: 0;
    margin-left: 5px;
    vertical-align: middle;
    background-color: transparent !important
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a .fa {
    line-height: 34px;
    height: 34px;
    font-size: 20px
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-facebook {
    border-color: #284c9c
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-twitter {
    border-color: #00aaf0
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-pinterest {
    border-color: #df5143
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-google {
    border-color: #e04b34
}

body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a:hover,body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a:focus {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body:not(.index-template) main section.search-content .article ._btn {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

body:not(.index-template) main section.search-content .article ._btn * {
    color: currentcolor
}

body:not(.index-template) main section.search-content .article ._btn:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body:not(.index-template) main section.search-content .article ._btn:hover * {
    color: currentcolor
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm>div {
        width: 100%;
        text-align: left !important
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .btm-title {
        font-size: 16px
    }

    body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .tags-area {
        padding-bottom: 0
    }

    body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .tags-area>a {
        font-size: 14px;
        padding: 3px 5px;
        margin-right: 5px
    }

    body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with {
        padding-top: 10px
    }

    body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a {
        height: 25px;
        width: 25px;
        border-width: 2px;
        margin-left: 2px
    }

    body:not(.index-template) main section.search-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a .fa {
        line-height: 21px;
        height: 21px;
        font-size: 14px
    }

    body:not(.index-template) main section.search-content .article ._btn {
        font-size: 12px;
        border-width: 1px;
        height: 25px;
        line-height: 23px;
        padding: 0 15px;
        font-weight: 500;
        letter-spacing: 0.05em
    }

    body:not(.index-template) main section.search-content .article .article-title {
        margin-bottom: 7px
    }

    body:not(.index-template) main section.search-content .article .articleinfo_group {
        margin-bottom: 40px
    }

    body:not(.index-template) main section.search-content .article .articleinfo_group p {
        font-size: 14px
    }

    body:not(.index-template) main section.search-content .article .group-blog-top {
        margin-bottom: 16px
    }

    body:not(.index-template) main section.search-content .article .group-blog-top .article-image {
        margin-bottom: 22px
    }

    body:not(.index-template) main section.search-content .article .article-content {
        line-height: 1.3em
    }
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) main section.search-content .product-item-group {
        margin-left: -10px;
        margin-right: -10px
    }

    body:not(.index-template) main section.search-content .product-item-group .product-item-wrapper {
        padding: 10px
    }

    body:not(.index-template) main section.search-content .search-content-inner {
        margin-left: 0;
        margin-right: 0
    }

    body:not(.index-template) main section.search-content .search-bottom-toolbar>div {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.search-content .product-item-wrapper {
        width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px
    }

    body:not(.index-template) main section.search-content .product-item-wrapper .product {
        margin-bottom: 0px
    }

    body:not(.index-template) main section.search-content .article {
        width: 100%;
        margin-bottom: 30px
    }

    body:not(.index-template) main section.search-content .article:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 540px) {
    body:not(.index-template) main section.search-content .product-item-wrapper {
        width: 50%
    }

    body:not(.index-template) main section.search-content .expanded-message {
        padding-left: 0;
        padding-right: 0
    }

    body:not(.index-template) main section.search-content .search-bottom-toolbar>div {
        width: 100%;
        margin-bottom: 10px
    }

    body:not(.index-template) main section.search-content .search-bottom-toolbar .pagination_group .pagination {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    body:not(.index-template) main section.search-content .search-bottom-toolbar .search-counter {
        text-align: center
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.search-content {
        margin-top: 20px
    }

    body:not(.index-template) main section.search-content .search-field form.search .search_box {
        font-size: 12px
    }

    body:not(.index-template) main section.search-content .expanded-message {
        margin-bottom: 10px
    }

    body:not(.index-template) main section.search-content .expanded-message .subtext {
        margin-top: 20px;
        margin-bottom: 0
    }

    body:not(.index-template) main section.search-content .expanded-message .results,body:not(.index-template) main section.search-content .expanded-message .subtext {
        font-size: 12px
    }

    body:not(.index-template) main section.search-content .search-bottom-toolbar .search-counter {
        font-size: 12px
    }
}

@media only screen and (max-width: 319px) {
    body:not(.index-template) main section.search-content .product-item-wrapper {
        width: 100%
    }
}

body:not(.index-template) main section.page-lookbook {
    margin-top: 50px;
    margin-bottom: 20px
}

body:not(.index-template) main section.page-lookbook .lookbook-content-inner {
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) main section.page-lookbook .lookbook-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body:not(.index-template) main section.page-lookbook .lookbook-content .lookbook-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px
}

body:not(.index-template) main section.page-lookbook .lookbook-content .lb-element>a {
    display: block !important;
    position: relative;
    overflow: hidden
}

body:not(.index-template) main section.page-lookbook .lookbook-content .lb-element>a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

body:not(.index-template) main section.page-lookbook .lookbook-content .lb-element>a:focus:before,body:not(.index-template) main section.page-lookbook .lookbook-content .lb-element>a:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.page-lookbook {
        margin-top: 30px;
        margin-bottom: 0px
    }

    body:not(.index-template) main section.page-lookbook .lookbook-content-inner {
        margin-left: -10px;
        margin-right: -10px
    }

    body:not(.index-template) main section.page-lookbook .lookbook-content .lookbook-item {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.page-lookbook {
        margin-top: 20px;
        margin-bottom: 0px
    }
}

body:not(.index-template) main section.list-collection-content {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-bottom: 35px
}

body:not(.index-template) main section.list-collection-content .products-wrapper-inner {
    margin-left: -7.5px;
    margin-right: -7.5px
}

body:not(.index-template) main section.list-collection-content .products-wrapper-inner .products>div {
    padding-left: 7.5px;
    padding-right: 7.5px
}

body:not(.index-template) main section.list-collection-content .products-wrapper-inner .products>div .product {
    margin-bottom: 15px
}

body:not(.index-template) main section.list-collection-content .products .product {
    position: relative
}

body:not(.index-template) main section.list-collection-content .products .product .col-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5)
}

body:not(.index-template) main section.list-collection-content .products .product .col-info * {
    color: #fff
}

body:not(.index-template) main section.list-collection-content .products .product .col-info .col-info-group {
    text-align: left;
    text-transform: capitalize;
    padding: 15px
}

body:not(.index-template) main section.list-collection-content .products .product .col-info .col-info-group .title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 8px
}

body:not(.index-template) main section.list-collection-content .products .product .col-info .col-info-group .title::first-letter {
    font-size: 30px;
    background-color: #fff;
    padding-left: 2px;
    padding-right: 2px
}

body:not(.index-template) main section.list-collection-content .products .product .col-info .col-info-group .price {
    font-size: 14px;
    font-style: italic
}

body:not(.index-template) main section.list-collection-content .products .product .col-info .col-info-group .hover_button>a {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(1) .product {
    position: relative;
    overflow: hidden
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(1) .product .col-info .col-info-group .title::first-letter {
    color: #9d1414
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(1) .product:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(1) .product:focus:before,body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(1) .product:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(2) .product {
    position: relative;
    overflow: hidden
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(2) .product .col-info .col-info-group .title::first-letter {
    color: #9d1414
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(2) .product:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(2) .product:focus:before,body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(2) .product:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(3) .product {
    position: relative;
    overflow: hidden
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(3) .product .col-info .col-info-group .title::first-letter {
    color: #9d1414
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(3) .product:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(3) .product:focus:before,body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(3) .product:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(4) .product {
    position: relative;
    overflow: hidden
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(4) .product .col-info .col-info-group .title::first-letter {
    color: #9d1414
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(4) .product:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(4) .product:focus:before,body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(4) .product:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(5) .product {
    position: relative;
    overflow: hidden
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(5) .product .col-info .col-info-group .title::first-letter {
    color: #9d1414
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(5) .product:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(5) .product:focus:before,body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(5) .product:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(6) .product {
    position: relative;
    overflow: hidden
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(6) .product .col-info .col-info-group .title::first-letter {
    color: #9d1414
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(6) .product:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(6) .product:focus:before,body:not(.index-template) main section.list-collection-content .products>div:nth-of-type(6) .product:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body:not(.index-template) main section.list-collection-content .products .product .col-info .col-info-group .title {
        font-size: 16px
    }

    body:not(.index-template) main section.list-collection-content .products .product .col-info .col-info-group .title::first-letter {
        font-size: 18px
    }
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.list-collection-content .products-wrapper-inner .products>div {
        width: 50%
    }
}

@media only screen and (max-width: 540px) {
    body:not(.index-template) main section.list-collection-content .products-wrapper-inner .products>div {
        width: 100%
    }

    body:not(.index-template) main section.list-collection-content .products .product {
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.list-collection-content {
        margin-top: 25px;
        margin-bottom: 10px
    }
}

body:not(.index-template) main section.collection-layout {
    margin-top: 50px;
    margin-bottom: 50px
}

body:not(.index-template) main section.collection-layout .collection-toolbar {
    float: right
}

body:not(.index-template) main section.collection-layout .collection-toolbar._mobile {
    display: none
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.collection-layout .collection-toolbar._desktop {
        display: none
    }

    body:not(.index-template) main section.collection-layout .collection-toolbar._mobile {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.collection-layout .collection-toolbar {
        padding: 0
    }
}

body:not(.index-template) main section.collection-layout .collection-toolbar a.collection-banner-top {
    display: block;
    margin-bottom: 30px
}

body:not(.index-template) main section.collection-layout .group_toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
    border: 1px solid #dbcebd;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px
}

body:not(.index-template) main section.collection-layout .group_toolbar .grid_list {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) main section.collection-layout .group_toolbar .grid_list ul {
    margin: 0
}

body:not(.index-template) main section.collection-layout .group_toolbar .grid_list ul li {
    list-style: none
}

body:not(.index-template) main section.collection-layout .group_toolbar .grid_list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-left: 0
}

body:not(.index-template) main section.collection-layout .group_toolbar .grid_list ul li {
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 38px;
    padding-top: 2px
}

body:not(.index-template) main section.collection-layout .group_toolbar .grid_list ul li .icon-small {
    color: #444
}

body:not(.index-template) main section.collection-layout .group_toolbar .grid_list ul li.active .icon-small {
    color: #9d1414
}

body:not(.index-template) main section.collection-layout .group_toolbar .grid_list ul li .icon-small:hover,body:not(.index-template) main section.collection-layout .group_toolbar .grid_list ul li .icon-small:focus {
    color: #9d1414
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy {
    position: relative
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sub-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 6px
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .toolbar-title {
    font-size: 14px;
    color: #000;
    margin-right: 15px
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortBox {
    right: 0px;
    left: auto;
    top: 100%;
    padding: 0 15px;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #dbcebd;
    width: 100%;
    max-width: 220px
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortBox .sub-dropdown {
    display: block;
    left: 0;
    width: 100%;
    top: 100%;
    height: 6px
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortBox ul {
    margin: 0;
    margin-bottom: 0;
    font-size: 14px
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortBox ul li {
    list-style: none;
    padding: 9.5px 0;
    border-bottom: 1px solid #dbcebd
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortBox ul li:last-child {
    border-bottom: 0
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortBox ul li a:hover,body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortBox ul li a:focus {
    color: #9d1414
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortButton {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 14px;
    width: auto;
    position: relative;
    padding-right: 30px;
    text-align: left
}

@media only screen and (min-width: 992px) {
    body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortButton {
        margin-left: -1px;
        margin-right: -1px
    }
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortButton .name {
    letter-spacing: 1px;
    font-weight: 500;
    color: #444;
    line-height: 38px;
    display: block
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortButton .fa {
    color: #444;
    margin-left: 5px;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6.5px
}

body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortButton:focus {
    outline: none
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .toolbar-title {
        display: none
    }

    body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortBox {
        max-width: 100%
    }

    body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortButton {
        max-width: 100%;
        width: 100%
    }

    body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortBox *,body:not(.index-template) main section.collection-layout .group_toolbar .sortBy .sortButton * {
        font-size: 12px
    }
}

body:not(.index-template) main section.collection-layout .group_toolbar .filter-mobile {
    display: none
}

body:not(.index-template) main section.collection-layout .group_toolbar .filter-mobile .filter-icon {
    width: 40px;
    height: 40px;
    padding-top: 1px;
    display: block;
    color: #726e6e;
    text-align: center
}

body:not(.index-template) main section.collection-layout .group_toolbar .filter-mobile .filter-icon .cs-icon {
    line-height: 38px;
    color: #726e6e;
    font-size: 14px;
    font-weight: 600
}

body:not(.index-template) main section.collection-layout .group_toolbar .filter-mobile .filter-icon.active-filter {
    color: #9d1414
}

body:not(.index-template) main section.collection-layout .group_toolbar .filter-mobile .filter-icon.active-filter .cs-icon {
    color: #9d1414
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.collection-layout .group_toolbar .filter-mobile {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: 15px
    }
}

body:not(.index-template) main section.collection-layout .collection-mainarea .collection-items {
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) main section.collection-layout .collection-mainarea .collection-bottom-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

body:not(.index-template) main section.collection-layout .collection-mainarea .collection-bottom-toolbar .product-counter {
    padding-left: 0;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    display: none
}

body:not(.index-template) main section.collection-layout .collection-mainarea .collection-bottom-toolbar .product-pagination {
    padding: 0;
    width: 100%
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.collection-layout .collection-mainarea .collection-bottom-toolbar {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body:not(.index-template) main section.collection-layout .collection-mainarea .collection-bottom-toolbar>div {
        width: 100%;
        text-align: center;
        padding: 0
    }

    body:not(.index-template) main section.collection-layout .collection-mainarea .collection-bottom-toolbar>div .pagination {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    body:not(.index-template) main section.collection-layout .collection-mainarea .collection-bottom-toolbar .product-counter {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 768px) {
    body:not(.index-template) main section.collection-layout .collection-inner {
        margin-left: -15px;
        margin-right: -15px
    }
}

body:not(.index-template) main section.collection-layout .collection-inner .saveMinPrice,body:not(.index-template) main section.collection-layout .collection-inner .saveMaxPrice,body:not(.index-template) main section.collection-layout .collection-inner .saveFromPrice,body:not(.index-template) main section.collection-layout .collection-inner .saveToPrice {
    display: none !important
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode {
    margin-left: 0px;
    margin-right: 0px
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product-item {
    width: 100%;
    float: left;
    *zoom: 1
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product-item::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-left,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right {
    padding-left: 0;
    padding-right: 0
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-left {
    border-width: 0
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right {
    padding-right: 0;
    padding-left: 30px;
    padding-top: 0;
    text-align: left
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-left {
    padding-bottom: 10px
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right {
    border-top: 1px solid #dbcebd;
    padding-top: 13px
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .product-description {
    font-size: 16px
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton {
    position: static;
    margin-top: 22px;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li {
    margin-left: 0px;
    margin-right: 5px;
    position: relative
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview a,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare a,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare button,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist a,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist button {
    margin-top: 0;
    border-radius: 5px;
    width: 35px;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    border-width: 0px;
    height: 35px;
    line-height: 35px
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview a *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare a *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare button *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist a *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist button * {
    color: currentcolor
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview a .cs-icon,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare a .cs-icon,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare button .cs-icon,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist a .cs-icon,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist button .cs-icon {
    line-height: 33px
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview a:hover,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview a:focus,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare a:hover,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare a:focus,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare button:hover,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare button:focus,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist a:hover,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist a:focus,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist button:hover,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist button:focus {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414;
    border-width: 0
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview a:hover *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview a:focus *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare a:hover *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare a:focus *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare button:hover *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .compare button:focus *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist a:hover *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist a:focus *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist button:hover *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist button:focus * {
    color: currentcolor
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .wishlist .wishlist-text {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart {
    position: static
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart {
    background-image: none;
    padding: 0
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart ._btn {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    border-width: 0px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart ._btn * {
    color: currentcolor
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart ._btn:after,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart ._btn:before {
    display: none
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart ._btn:hover,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart ._btn:focus {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414;
    border-width: 0
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart ._btn:hover *,body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart ._btn:focus * {
    color: currentcolor
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton form.product-addtocart .effect-ajax-cart ._btn .cs-icon {
    margin-right: 10px;
    line-height: 40px
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .row-right .list-mode .rating-star {
    margin-bottom: 10px;
    margin-top: 10px
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .product-title {
    text-align: left
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products .product .product-title a {
    line-height: 1.3em
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode .products>div {
        width: 100% !important
    }

    body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode ._btn {
        font-size: 14px
    }

    body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode ._btn .cs-icon {
        font-size: 14px !important;
        position: static
    }

    body:not(.index-template) main section.collection-layout .collection-inner .collection-items.listMode ._btn .cs-icon.icon-cart {
        font-size: 16px !important
    }
}

body:not(.index-template) main section.collection-layout .collection-inner.collection-sidebar .listMode .product .row-left {
    width: 31.1%
}

body:not(.index-template) main section.collection-layout .collection-inner.collection-sidebar .listMode .product .row-right {
    width: 68.9%
}

body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .product .row-left {
    width: 23.1%
}

body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .product .row-right {
    width: 76.9%
}

body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li {
    margin-right: 40px
}

body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li .cs-icon {
    margin-right: 10px
}

body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li:before {
    right: -20px
}

body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .collection-toolbar {
    width: 100%;
    *zoom: 1
}

body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .collection-toolbar::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.collection-layout .collection-inner .collection-leftsidebar {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -ms-transform-style: initial;
    -webkit-transform-style: initial;
    transform-style: initial
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body:not(.index-template) main section.collection-layout .collection-inner .collection-leftsidebar.col-sm-3 {
        width: 35%
    }

    body:not(.index-template) main section.collection-layout .collection-inner .collection-mainarea.col-sm-9 {
        width: 65%
    }
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.collection-layout .collection-inner.collection-sidebar .listMode .product .row-left,body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .product .row-left {
        width: 30%
    }

    body:not(.index-template) main section.collection-layout .collection-inner.collection-sidebar .listMode .product .row-right,body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .product .row-right {
        width: 70%
    }

    body:not(.index-template) main section.collection-layout .collection-inner.collection-sidebar .listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li,body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li {
        margin-right: 40px
    }

    body:not(.index-template) main section.collection-layout .collection-inner.collection-sidebar .listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li .cs-icon,body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li .cs-icon {
        margin-right: 10px
    }

    body:not(.index-template) main section.collection-layout .collection-inner.collection-sidebar .listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li:before,body:not(.index-template) main section.collection-layout .collection-inner.collection-fullwidth .listMode .products .product .row-right .list-mode .list-collection-right .group-actionbutton .quickview-wishlist-wrapper>li:before {
        right: -20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body:not(.index-template) main section.collection-layout .collection-items:not(.listMode) .products {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center
    }

    body:not(.index-template) main section.collection-layout .collection-items:not(.listMode) .products .product-item {
        width: 50%
    }
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.collection-layout .sidebar {
        padding-bottom: 60px
    }

    body:not(.index-template) main section.collection-layout .collection-toolbar {
        width: 100%
    }

    body:not(.index-template) main section.collection-layout .collection-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        *zoom: 1
    }

    body:not(.index-template) main section.collection-layout .collection-content::after {
        content: '';
        display: table;
        clear: both
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar {
        display: none;
        width: 50%
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar.active-sidebar {
        display: block
    }

    body:not(.index-template) main section.collection-layout .collection-content .collection-mainarea {
        width: 100%
    }

    body:not(.index-template) main section.collection-layout .collection-content .collection-mainarea .collection-items .products>div {
        width: 50%;
        margin-bottom: 10px
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar.active-sidebar+.collection-mainarea {
        width: 50%;
        -moz-animation: moveFromLeft 0.6s ease both;
        -o-animation: moveFromLeft 0.6s ease both;
        -webkit-animation: moveFromLeft 0.6s ease both;
        animation: moveFromLeft 0.6s ease both
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar.active-sidebar+.collection-mainarea .collection-items .products>div {
        width: 100%;
        margin-bottom: 0
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar.active-sidebar+.collection-mainarea .collection-items.listMode .product .row-right,body:not(.index-template) main section.collection-layout .collection-content .sidebar.active-sidebar+.collection-mainarea .collection-items.listMode .product .row-left {
        width: 100%
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar.active-sidebar+.collection-mainarea .collection-items.listMode .product .row-right {
        padding-left: 15px;
        padding-right: 15px
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar.active-sidebar+.collection-mainarea .collection-items.listMode .group-actionbutton {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar.active-sidebar+.collection-mainarea .collection-items.listMode .group-actionbutton .quickview-wishlist-wrapper>li:last-child {
        margin-right: 0
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar.active-sidebar+.collection-mainarea .collection-items.listMode .group-actionbutton .quickview-wishlist-wrapper>li:last-child:before {
        display: none
    }

    body:not(.index-template) main section.collection-layout .group_toolbar .group-left {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }
}

@media only screen and (max-width: 991px) and (min-width: 426px) and (max-width: 540px) {
    body:not(.index-template) main section.collection-layout .collection-content .sidebar .latest-block .product .row-right,body:not(.index-template) main section.collection-layout .collection-content .sidebar .latest-block .product .row-left {
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width: 991px) and (max-width: 425px) {
    body:not(.index-template) main section.collection-layout .collection-content .sidebar {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.collection-layout {
        margin-left: 0px;
        margin-right: 0px
    }

    body:not(.index-template) main section.collection-layout .collection-leftsidebar {
        padding-left: 0;
        padding-right: 20px
    }

    body:not(.index-template) main section.collection-layout .collection-content .collection-mainarea .collection-items {
        margin-left: -10px;
        margin-right: -10px
    }

    body:not(.index-template) main section.collection-layout .collection-content .collection-mainarea .collection-items .products {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body:not(.index-template) main section.collection-layout .collection-content .collection-mainarea .collection-items .products>div {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%
    }

    body:not(.index-template) main section.collection-layout .collection-mainarea {
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (min-width: 426px) and (max-width: 540px) {
    body:not(.index-template) main section.collection-layout .sidebar.active-sidebar .sidebar-title .text {
        font-size: 17px
    }
}

@media only screen and (max-width: 540px) {
    body:not(.index-template) main section.collection-layout .collection-content .collection-mainarea .collection-items .products>div .row-left {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.collection-layout {
        margin-top: 20px;
        margin-bottom: 20px
    }

    body:not(.index-template) main section.collection-layout .collection-leftsidebar {
        padding-right: 0
    }

    body:not(.index-template) main section.collection-layout .group_toolbar {
        margin-bottom: 20px
    }

    body:not(.index-template) main section.collection-layout .collection-content {
        overflow: hidden;
        padding-top: 10px
    }

    body:not(.index-template) main section.collection-layout .collection-content .sidebar {
        max-width: 100%
    }

    body:not(.index-template) main section.collection-layout .collection-content .collection-mainarea {
        -moz-animation: moveFromLeft 0.6s ease both;
        -o-animation: moveFromLeft 0.6s ease both;
        -webkit-animation: moveFromLeft 0.6s ease both;
        animation: moveFromLeft 0.6s ease both
    }

    body:not(.index-template) main section.collection-layout .collection-content .collection-mainarea .collection-items .products>div {
        margin-bottom: 0px
    }

    body:not(.index-template) main section.collection-layout .sidebar.active-sidebar+.collection-mainarea {
        width: 100% !important;
        margin-right: -100%
    }
}

body:not(.index-template) main section.article-content,body:not(.index-template) main section.blog-content {
    margin-top: 50px;
	margin-bottom: 50px !important;
}

body:not(.index-template) main section.article-content .article-inner,body:not(.index-template) main section.article-content .blog-inner,body:not(.index-template) main section.blog-content .article-inner,body:not(.index-template) main section.blog-content .blog-inner {
    margin-left: -15px;
    margin-right: -15px
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.article-content .article-inner,body:not(.index-template) main section.article-content .blog-inner,body:not(.index-template) main section.blog-content .article-inner,body:not(.index-template) main section.blog-content .blog-inner {
        margin-left: -10px;
        margin-right: -10px
    }
}

body:not(.index-template) main section.article-content .article .article-title,body:not(.index-template) main section.blog-content .article .article-title {
    margin-bottom: 8px;
    color: #000
}

body:not(.index-template) main section.article-content .article .article-title *,body:not(.index-template) main section.blog-content .article .article-title * {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600
}

body:not(.index-template) main section.article-content .article .article-info *,body:not(.index-template) main section.blog-content .article .article-info * {
    color: #726e6e;
    font-style: italic;
    font-size: 12px
}

body:not(.index-template) main section.article-content .article .article-info>li,body:not(.index-template) main section.blog-content .article .article-info>li {
    position: relative;
    padding-left: 10px;
    padding-right: 0
}

body:not(.index-template) main section.article-content .article .article-info>li:after,body:not(.index-template) main section.blog-content .article .article-info>li:after {
    content: '|';
    color: #726e6e;
    font-style: italic;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 14px
}

body:not(.index-template) main section.article-content .article .article-info>li:last-child:after,body:not(.index-template) main section.blog-content .article .article-info>li:last-child:after {
    display: none
}

body:not(.index-template) main section.article-content .article .group-blog-top,body:not(.index-template) main section.blog-content .article .group-blog-top {
    text-align: center;
    margin-bottom: 20px
}

body:not(.index-template) main section.article-content .article .group-blog-top .article-image,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image {
    margin-bottom: 35px
}

body:not(.index-template) main section.article-content .article .group-blog-top .article-image a,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image a {
    display: block
}

body:not(.index-template) main section.article-content .article .articleinfo_group,body:not(.index-template) main section.blog-content .article .articleinfo_group {
    margin-bottom: 50px;
    text-align: center
}

body:not(.index-template) main section.article-content .article .articleinfo_group p,body:not(.index-template) main section.blog-content .article .articleinfo_group p {
    color: #444
}

body:not(.index-template) main section.article-content .article .articleinfo_group #article-content,body:not(.index-template) main section.blog-content .article .articleinfo_group #article-content {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.6em
}

body:not(.index-template) main section.article-content .article .articleinfo_group #article-content P:last-child,body:not(.index-template) main section.blog-content .article .articleinfo_group #article-content P:last-child {
    margin-bottom: 0
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm {
    *zoom: 1;
    background-color: #f7f1e9;
    padding-left: 30px;
    padding-right: 30px
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm::after,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .btm-title,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .btm-title {
    font-size: 20px;
    color: #000;
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .tags-area,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .tags-area {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 6px;
    text-align: left
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .tags-area>a,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .tags-area>a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #726e6e;
    padding: 9px 15px;
    margin-right: 7px;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with {
    text-align: right;
    padding: 15px 0
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a {
    height: 40px;
    width: 40px;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-radius: 50%;
    margin: 0;
    margin-left: 5px;
    vertical-align: middle;
    background-color: transparent !important
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a .fa,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a .fa {
    line-height: 34px;
    height: 34px;
    font-size: 20px
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-facebook,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-facebook {
    border-color: #284c9c
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-twitter,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-twitter {
    border-color: #00aaf0
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-pinterest,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-pinterest {
    border-color: #df5143
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-google,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a.share-google {
    border-color: #e04b34
}

body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a:hover,body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a:focus,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a:hover,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a:focus {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body:not(.index-template) main section.article-content .article ._btn,body:not(.index-template) main section.blog-content .article ._btn {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

body:not(.index-template) main section.article-content .article ._btn *,body:not(.index-template) main section.blog-content .article ._btn * {
    color: currentcolor
}

body:not(.index-template) main section.article-content .article ._btn:hover,body:not(.index-template) main section.blog-content .article ._btn:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body:not(.index-template) main section.article-content .article ._btn:hover *,body:not(.index-template) main section.blog-content .article ._btn:hover * {
    color: currentcolor
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm>div,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm>div {
        width: 100%;
        text-align: left !important
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .btm-title,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .btm-title {
        font-size: 16px
    }

    body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .tags-area,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .tags-area {
        padding-bottom: 0
    }

    body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .tags-area>a,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .tags-area>a {
        font-size: 14px;
        padding: 3px 5px;
        margin-right: 5px
    }

    body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with {
        padding-top: 10px
    }

    body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a {
        height: 25px;
        width: 25px;
        border-width: 2px;
        margin-left: 2px
    }

    body:not(.index-template) main section.article-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a .fa,body:not(.index-template) main section.blog-content .article .articleinfo_group .group-blog-btm .share-with .social-blog>a .fa {
        line-height: 21px;
        height: 21px;
        font-size: 14px
    }

    body:not(.index-template) main section.article-content .article ._btn,body:not(.index-template) main section.blog-content .article ._btn {
        font-size: 12px;
        border-width: 1px;
        height: 25px;
        line-height: 23px;
        padding: 0 15px;
        font-weight: 500;
        letter-spacing: 0.05em
    }

    body:not(.index-template) main section.article-content .article .article-title,body:not(.index-template) main section.blog-content .article .article-title {
        margin-bottom: 7px
    }

    body:not(.index-template) main section.article-content .article .articleinfo_group,body:not(.index-template) main section.blog-content .article .articleinfo_group {
        margin-bottom: 40px
    }

    body:not(.index-template) main section.article-content .article .articleinfo_group p,body:not(.index-template) main section.blog-content .article .articleinfo_group p {
        font-size: 14px
    }

    body:not(.index-template) main section.article-content .article .group-blog-top,body:not(.index-template) main section.blog-content .article .group-blog-top {
        margin-bottom: 16px
    }

    body:not(.index-template) main section.article-content .article .group-blog-top .article-image,body:not(.index-template) main section.blog-content .article .group-blog-top .article-image {
        margin-bottom: 22px
    }

    body:not(.index-template) main section.article-content .article .article-content,body:not(.index-template) main section.blog-content .article .article-content {
        line-height: 1.3em
    }
}

body:not(.index-template) main section.article-content .col-sm-9,body:not(.index-template) main section.blog-content .col-sm-9 {
    float: right
}

body:not(.index-template) main section.blog-content {
    margin-bottom: 0px
}

body:not(.index-template) main section.blog-content .articles .articles-group {
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) main section.blog-content .articles .articles-group .articles-group-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

body:not(.index-template) main section.blog-content .articles .articles-group .article {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%
}

body:not(.index-template) main section.blog-content .articles .articles-group .article:first-child {
    width: 100%
}

@media (max-width: 600px) {
    body:not(.index-template) main section.blog-content .articles .articles-group .article {
        width: 100%
    }
}

body:not(.index-template) main section.blog-content .article .article-content {
    text-align: center
}

body:not(.index-template) main section.article-content {
    margin-bottom: 50px
}

body:not(.index-template) main section.article-content #comments {
    margin-top: 50px
}

body:not(.index-template) main section.article-content #comments .article-title {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    font-size: 20px
}

body:not(.index-template) main section.article-content #comments .comment-note {
    background-color: #9d1414;
    color: #000;
    font-size: 16px;
    display: block;
    text-align: left;
    padding: 6px 15px;
    margin-bottom: 40px
}

body:not(.index-template) main section.article-content #comments .group_form,body:not(.index-template) main section.article-content #comments section.customers-layout.login-layout,body:not(.index-template) main section.article-content #comments section.customers-layout.register-layout,body:not(.index-template) main section.article-content #comments .faqs-content .contact-layout #contactFormWrapper,body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments #contactFormWrapper {
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) main section.article-content #comments .group_form>div,body:not(.index-template) main section.article-content #comments section.customers-layout.login-layout>div,body:not(.index-template) main section.article-content #comments section.customers-layout.register-layout>div,body:not(.index-template) main section.article-content #comments .faqs-content .contact-layout #contactFormWrapper>div,body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments #contactFormWrapper>div {
    margin-bottom: 20px
}

body:not(.index-template) main section.article-content #comments .group_form input,body:not(.index-template) main section.article-content #comments section.customers-layout.login-layout input,body:not(.index-template) main section.article-content #comments section.customers-layout.register-layout input,body:not(.index-template) main section.article-content #comments .faqs-content .contact-layout #contactFormWrapper input,body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments #contactFormWrapper input,body:not(.index-template) main section.article-content #comments .group_form textarea,body:not(.index-template) main section.article-content #comments section.customers-layout.login-layout textarea,body:not(.index-template) main section.article-content #comments section.customers-layout.register-layout textarea,body:not(.index-template) main section.article-content #comments .faqs-content .contact-layout #contactFormWrapper textarea,body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments #contactFormWrapper textarea {
    border-radius: 5px
}

body:not(.index-template) main section.article-content #comments .group_form input:not(.btn),body:not(.index-template) main section.article-content #comments section.customers-layout.login-layout input:not(.btn),body:not(.index-template) main section.article-content #comments section.customers-layout.register-layout input:not(.btn),body:not(.index-template) main section.article-content #comments .faqs-content .contact-layout #contactFormWrapper input:not(.btn),body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments #contactFormWrapper input:not(.btn),body:not(.index-template) main section.article-content #comments .group_form textarea:not(.btn),body:not(.index-template) main section.article-content #comments section.customers-layout.login-layout textarea:not(.btn),body:not(.index-template) main section.article-content #comments section.customers-layout.register-layout textarea:not(.btn),body:not(.index-template) main section.article-content #comments .faqs-content .contact-layout #contactFormWrapper textarea:not(.btn),body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments #contactFormWrapper textarea:not(.btn) {
    width: 100%;
    padding: 9px 18px
}

body:not(.index-template) main section.article-content #comments .group_form input:focus,body:not(.index-template) main section.article-content #comments section.customers-layout.login-layout input:focus,body:not(.index-template) main section.article-content #comments section.customers-layout.register-layout input:focus,body:not(.index-template) main section.article-content #comments .faqs-content .contact-layout #contactFormWrapper input:focus,body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments #contactFormWrapper input:focus,body:not(.index-template) main section.article-content #comments .group_form textarea:focus,body:not(.index-template) main section.article-content #comments section.customers-layout.login-layout textarea:focus,body:not(.index-template) main section.article-content #comments section.customers-layout.register-layout textarea:focus,body:not(.index-template) main section.article-content #comments .faqs-content .contact-layout #contactFormWrapper textarea:focus,body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments #contactFormWrapper textarea:focus {
    outline: none
}

body:not(.index-template) main section.article-content #comments .group_form textarea,body:not(.index-template) main section.article-content #comments section.customers-layout.login-layout textarea,body:not(.index-template) main section.article-content #comments section.customers-layout.register-layout textarea,body:not(.index-template) main section.article-content #comments .faqs-content .contact-layout #contactFormWrapper textarea,body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments #contactFormWrapper textarea {
    height: 107px
}

body:not(.index-template) main section.article-content #comments .comment {
    padding-top: 34px;
    padding-bottom: 36px;
    border-bottom: 1px solid #dbcebd
}

body:not(.index-template) main section.article-content #comments .comment:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

body:not(.index-template) main section.article-content #comments .comment p:last-child {
    margin-bottom: 0
}

body:not(.index-template) main section.article-content #comments .comment .cmt-author {
    font-size: 20px;
    margin-bottom: 4px;
    text-transform: capitalize;
    color: #000
}

body:not(.index-template) main section.article-content #comments .comment .cmt-content {
    margin-top: 18px
}

body:not(.index-template) main section.article-content #comments .comment .cmt-content * {
    color: #444;
    font-size: 14px
}

body:not(.index-template) main section.article-content #comments .comment .cmt-date {
    color: #726e6e;
    font-style: italic;
    font-size: 12px
}

body:not(.index-template) main section.article-content #comments .comment .cmt-date>span {
    position: relative
}

body:not(.index-template) main section.article-content #comments .comment .cmt-date>span:after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) main section.article-content #comments .comment .cmt-date>span:last-child:after {
    display: none
}

body:not(.index-template) main section.article-content #comments ._btn {
    float: right
}

body:not(.index-template) main section.article-content #comments .nav-tabs>li>a {
    text-transform: uppercase;
    font-size: 16px;
    color: #726e6e;
    border-radius: 0;
    border-color: #dbcebd;
    margin-right: 0px;
    padding: 13px 25px;
    border-right-width: 0;
    font-weight: 600;
    letter-spacing: 0.5px
}

body:not(.index-template) main section.article-content #comments .nav-tabs>li>a:last-child {
    border-right-width: 1px
}

body:not(.index-template) main section.article-content #comments .nav-tabs>li.active>a,body:not(.index-template) main section.article-content #comments .nav-tabs>li.active>a:hover,body:not(.index-template) main section.article-content #comments .nav-tabs>li.active>a:focus,body:not(.index-template) main section.article-content #comments .nav-tabs>li>a:hover,body:not(.index-template) main section.article-content #comments .nav-tabs>li>a:focus {
    background-color: #9d1414;
    color: #fff;
    border-color: #9d1414
}

body:not(.index-template) main section.article-content #comments form.comment-form {
    *zoom: 1;
    padding-top: 35px;
    padding-top: 40px
}

body:not(.index-template) main section.article-content #comments form.comment-form::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.article-content #comments form.comment-form .article-title {
    display: none
}

body:not(.index-template) main section.article-content #comments form.comment-form textarea {
    min-height: 135px
}

body:not(.index-template) main section.article-content #comments form.comment-form ._btn {
    font-size: 17px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 54px;
    line-height: 52px;
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f;
    float: right;
    width: auto
}

body:not(.index-template) main section.article-content #comments form.comment-form ._btn * {
    color: currentcolor
}

body:not(.index-template) main section.article-content #comments form.comment-form ._btn:hover,body:not(.index-template) main section.article-content #comments form.comment-form ._btn:focus {
    color: #000;
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

body:not(.index-template) main section.article-content #comments form.comment-form ._btn:hover *,body:not(.index-template) main section.article-content #comments form.comment-form ._btn:focus * {
    color: currentcolor
}

body:not(.index-template) main section.article-content .current-body {
    margin: 20px 0
}

body:not(.index-template) main section.article-content .current-body>a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    font-weight: 500;
    color: #444;
    border: 1px solid #444;
    font-family: Josefin Sans;
    background-color: #fff;
    text-transform: uppercase
}

body:not(.index-template) main section.article-content .current-body>a:hover {
    background-color: #fff;
    color: #9d1414;
    border: 1px solid #9d1414
}

body:not(.index-template) main section.article-content .current-body>a.inactive {
    background-color: #fff;
    color: #9d1414;
    border: 1px solid #9d1414
}

body:not(.index-template) main section.article-content .current-body>a.inactive:focus,body:not(.index-template) main section.article-content .current-body>a.inactive:hover {
    background-color: #fff;
    color: #9d1414;
    text-decoration: none;
    border-color: #9d1414
}

body:not(.index-template) main section.article-content .current-body .prev,body:not(.index-template) main section.article-content .current-body .next {
    border-radius: 5px
}

body:not(.index-template) main section.article-content .current-body .next {
    float: right
}

body:not(.index-template) main section.article-content .current-body .prev {
    float: left
}

body:not(.index-template) main section.article-content .blockquotes-content-group {
    padding-left: 11%
}

body:not(.index-template) main section.article-content .blockquotes-content {
    margin-bottom: 24px;
    margin-top: 27px
}

body:not(.index-template) main section.article-content .article .articleinfo_group {
    margin-bottom: 50px;
    text-align: left
}

body:not(.index-template) main section.article-content .related-body .sub-title {
    text-align: left;
    margin-bottom: 45px;
    width: 100%;
    display: block
}

body:not(.index-template) main section.article-content .related-body .sub-title * {
    font-weight: 500;
    font-size: 36px;
    color: #000;
    font-family: Playball
}

body:not(.index-template) main section.article-content .related-body .related-content {
    padding-top: 40px
}

body:not(.index-template) main section.article-content .related-body .related-content .article .related-left,body:not(.index-template) main section.article-content .related-body .related-content .article .related-right {
    width: 50%;
    float: left
}

body:not(.index-template) main section.article-content .related-body .related-content .article .related-right {
    padding-left: 50px;
    font-size: 14px;
    line-height: 1.6em
}

body:not(.index-template) main section.article-content .related-body .related-content .article .related-right P:last-child {
    margin-bottom: 0
}

body:not(.index-template) main section.article-content .related-body .related-content .article .related-right ._btn {
    margin-top: 23px
}

body:not(.index-template) main section.article-content .related-body .related-content .article .related-right .article-info {
    margin-bottom: 17px
}

body:not(.index-template) main section.article-content .related-body .related-content .article .related-right .article-title {
    margin-bottom: 6px
}

body:not(.index-template) main section.article-content .related-body .owl-next,body:not(.index-template) main section.article-content .related-body .owl-prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -15px;
    width: 30px;
    text-align: center;
    border-style: solid;
    background-image: none !important;
    border-radius: 50%;
    border-width: 1px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border-color: #dbb9b1;
    background-color: #dbb9b1;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) main section.article-content .related-body .owl-next *,body:not(.index-template) main section.article-content .related-body .owl-prev * {
    color: currentcolor
}

@media (min-width: 1200px) {
    body:not(.index-template) main section.article-content .related-body .owl-next,body:not(.index-template) main section.article-content .related-body .owl-prev {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body:not(.index-template) main section.article-content .related-body .owl-next:before,body:not(.index-template) main section.article-content .related-body .owl-prev:before {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    font-size: 22px;
    margin-top: -11.5px;
    left: 0px;
    width: 100%;
    text-align: center
}

body:not(.index-template) main section.article-content .related-body .owl-next:focus,body:not(.index-template) main section.article-content .related-body .owl-next:hover,body:not(.index-template) main section.article-content .related-body .owl-prev:focus,body:not(.index-template) main section.article-content .related-body .owl-prev:hover {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

body:not(.index-template) main section.article-content .related-body .owl-next:focus *,body:not(.index-template) main section.article-content .related-body .owl-next:hover *,body:not(.index-template) main section.article-content .related-body .owl-prev:focus *,body:not(.index-template) main section.article-content .related-body .owl-prev:hover * {
    color: currentcolor
}

body:not(.index-template) main section.article-content .related-body .owl-buttons {
    right: 0
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) main section.article-content .col-sm-3.sidebar,body:not(.index-template) main section.blog-content .col-sm-3.sidebar {
        width: 35%
    }

    body:not(.index-template) main section.article-content .col-sm-9.article,body:not(.index-template) main section.article-content .col-sm-9.articles,body:not(.index-template) main section.blog-content .col-sm-9.article,body:not(.index-template) main section.blog-content .col-sm-9.articles {
        width: 65%
    }
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.article-content .col-sm-3.sidebar,body:not(.index-template) main section.blog-content .col-sm-3.sidebar {
        width: 50%
    }

    body:not(.index-template) main section.article-content .col-sm-9.articles,body:not(.index-template) main section.blog-content .col-sm-9.articles {
        width: 50%
    }

    body:not(.index-template) main section.blog-content .articles .articles-group .article {
        width: 100%
    }

    body:not(.index-template) main section.article-content .related-body .related-content .article .related-left,body:not(.index-template) main section.article-content .related-body .related-content .article .related-right {
        width: 100%
    }

    body:not(.index-template) main section.article-content .related-body .related-content .article .related-right {
        padding-left: 0;
        margin-top: 22px;
        text-align: center
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body:not(.index-template) main section.article-content #comments form.comment-form .group_form>div,body:not(.index-template) main section.article-content #comments form.comment-form section.customers-layout.login-layout>div,body:not(.index-template) main section.article-content #comments form.comment-form section.customers-layout.register-layout>div,body:not(.index-template) main section.article-content #comments form.comment-form .faqs-content .contact-layout #contactFormWrapper>div,body:not(.index-template) .faqs-content .contact-layout main section.article-content #comments form.comment-form #contactFormWrapper>div {
        width: 100%;
        margin-bottom: 0
    }

    body:not(.index-template) main section.article-content #comments form.comment-form ._btn {
        margin-top: 15px
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.blog-content .col-sm-9.articles,body:not(.index-template) main section.blog-content .col-sm-3.sidebar {
        width: 100%
    }

    body:not(.index-template) main section.article-content .col-sm-9.article,body:not(.index-template) main section.article-content .col-sm-3.sidebar {
        width: 100%
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.article-content,body:not(.index-template) main section.blog-content {
        margin-top: 20px;
        margin-bottom: 35px
    }

    body:not(.index-template) main section.article-content .related-body .related-title * {
        font-size: 14px !important
    }

    body:not(.index-template) main section.article-content .related-body .related-content {
        padding-top: 20px
    }

    body:not(.index-template) main section.article-content .related-body .owl-buttons {
        margin-bottom: 20px
    }

    body:not(.index-template) main section.article-content #comments {
        margin-top: 30px;
        margin-bottom: 30px
    }

    body:not(.index-template) main section.article-content #comments .nav-tabs {
        margin: 0
    }

    body:not(.index-template) main section.article-content #comments .nav-tabs>li {
        list-style: none
    }

    body:not(.index-template) main section.article-content #comments .nav-tabs>li>a {
        font-size: 14px;
        padding: 10px 10px
    }

    body:not(.index-template) main section.article-content #comments .comment {
        padding-top: 23px;
        padding-bottom: 26px
    }

    body:not(.index-template) main section.article-content #comments .comment .cmt-author {
        font-size: 14px
    }

    body:not(.index-template) main section.article-content #comments .comment .cmt-content {
        margin-top: 12px
    }

    body:not(.index-template) main section.article-content #comments .comment .cmt-content * {
        font-size: 14px;
        line-height: 1.6em
    }

    body:not(.index-template) main section.article-content #comments form.comment-form ._btn {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500
    }

    body:not(.index-template) main section.article-content .article .articleinfo_group {
        margin-bottom: 30px
    }

    body:not(.index-template) main section.article-content .article .articleinfo_group #article-content {
        margin-bottom: 30px
    }
}

body:not(.index-template) main section.customers-layout {
    min-height: 500px;
    position: relative;
    background-image: url(../../assets/images/1920x1280.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body:not(.index-template) main section.customers-layout:before {
    content: '';
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

body:not(.index-template) main section.customers-layout .customers-wrapper {
    position: relative;
    width: 100%;
    margin-top: 110px;
    margin-bottom: 110px
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.customers-layout .customers-wrapper {
        margin-top: 36.66667px;
        margin-bottom: 36.66667px
    }
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.95)
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner input:not(._btn) {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner ::-webkit-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner ::-moz-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner :-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner ::-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate {
    *zoom: 1;
    padding: 50px
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate .form-item {
    margin-bottom: 20px
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate .action_bottom a,body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate .action_bottom ._btn {
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    margin-top: 0
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate .action_bottom a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 0;
    text-align: left
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate .action_bottom ._btn:hover {
    color: #000;
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate .action_bottom ._btn:hover * {
    color: currentcolor
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate {
        padding: 20px
    }

    body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate .action_bottom a,body:not(.index-template) main section.customers-layout.activate_account-layout .activate_account-inner #customer-activate .action_bottom ._btn {
        width: 100%;
        margin-bottom: 5px;
        display: block;
        float: none;
        text-align: center
    }
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.95)
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner input:not(._btn) {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner ::-webkit-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner ::-moz-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner :-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner ::-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers {
    *zoom: 1;
    padding: 30px 50px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers ._btn {
    *zoom: 1;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers ._btn::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers ._btn:hover,body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers ._btn:focus {
    color: #000;
    border-color: #000;
    background-color: #fff
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers ._btn:hover *,body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers ._btn:focus * {
    color: currentcolor
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 27px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#guest h2,body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#recover-password h2 {
    margin-bottom: 30px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#guest .note,body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#recover-password .note {
    color: #726e6e;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#guest ._btn,body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#recover-password ._btn {
    margin-top: 0 !important
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#guest .action_bottom,body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#recover-password .action_bottom {
    margin-bottom: 28px
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#guest .note_text_group,body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#recover-password .note_text_group {
    text-transform: capitalize;
    color: #444;
    text-align: center
}

body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#guest .note_text_group .note_link,body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers#recover-password .note_text_group .note_link {
    text-transform: uppercase;
    margin-left: 5px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

body:not(.index-template) main section.customers-layout.login-layout form .form-item {
    margin-bottom: 15px
}

body:not(.index-template) main section.customers-layout.login-layout form .action_bottom {
    *zoom: 1;
    margin-top: 16px;
    margin-bottom: 46px;
    text-align: center
}

body:not(.index-template) main section.customers-layout.login-layout form .action_bottom::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.login-layout form .action_bottom span.note {
    *zoom: 1;
    padding-top: 30px;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.login-layout form .action_bottom span.note::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.login-layout form .action_bottom span.note * {
    color: #444
}

body:not(.index-template) main section.customers-layout.login-layout form .action_bottom span.note>a {
    text-transform: uppercase;
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor;
    font-weight: 600
}

body:not(.index-template) main section.customers-layout.login-layout form .action_bottom span.note>span {
    text-transform: capitalize;
    margin-right: 5px
}

body:not(.index-template) main section.customers-layout.login-layout form a.note {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: right;
    clear: both;
    font-size: 14px;
    font-style: italic;
    color: #726e6e;
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor;
    line-height: 1em
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content {
    *zoom: 1
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social {
    margin-bottom: 47px
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 28px
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social ul li {
    text-align: center
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social ul li>a {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: transparent;
    border-width: 5px;
    border-style: solid;
    margin: 0 auto;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social ul li>a:hover,body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social ul li>a:focus {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social ul li>a>span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 35px;
    line-height: 50px
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social ul li>a.google-plus {
    border-color: #e04b34
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social ul li>a.facebook {
    border-color: #284c9c
}

body:not(.index-template) main section.customers-layout.login-layout .social_front_content .social ul li>a.twitter {
    border-color: #00aaf0
}

body:not(.index-template) main section.customers-layout.login-layout .create-account {
    *zoom: 1;
    width: 100%
}

body:not(.index-template) main section.customers-layout.login-layout .create-account::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.login-layout .create-account h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 28px
}

body:not(.index-template) main section.customers-layout.login-layout .create-account a._btn {
    *zoom: 1;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    color: #000;
    border-color: #000;
    background-color: #fff
}

body:not(.index-template) main section.customers-layout.login-layout .create-account a._btn::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.login-layout .create-account a._btn * {
    color: currentcolor
}

body:not(.index-template) main section.customers-layout.login-layout .create-account a._btn:hover,body:not(.index-template) main section.customers-layout.login-layout .create-account a._btn:focus {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

body:not(.index-template) main section.customers-layout.login-layout .create-account a._btn:hover *,body:not(.index-template) main section.customers-layout.login-layout .create-account a._btn:focus * {
    color: currentcolor
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers {
        padding: 20px 15px
    }

    body:not(.index-template) main section.customers-layout.login-layout .customers-inner .customers-content .customers h2 {
        margin-bottom: 20px
    }

    body:not(.index-template) main section.customers-layout.login-layout form .form-item {
        margin-bottom: 10px
    }

    body:not(.index-template) main section.customers-layout.login-layout form .action_bottom {
        margin-top: 11px
    }
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.95)
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner input:not(._btn) {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner ::-webkit-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner ::-moz-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner :-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner ::-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers {
    *zoom: 1;
    padding: 30px 50px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers ._btn {
    *zoom: 1;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers ._btn::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers ._btn:hover,body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers ._btn:focus {
    color: #000;
    border-color: #000;
    background-color: #fff
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers ._btn:hover *,body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers ._btn:focus * {
    color: currentcolor
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 27px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#guest h2,body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#recover-password h2 {
    margin-bottom: 30px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#guest .note,body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#recover-password .note {
    color: #726e6e;
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#guest ._btn,body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#recover-password ._btn {
    margin-top: 0 !important
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#guest .action_bottom,body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#recover-password .action_bottom {
    margin-bottom: 28px
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#guest .note_text_group,body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#recover-password .note_text_group {
    text-transform: capitalize;
    color: #444;
    text-align: center
}

body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#guest .note_text_group .note_link,body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers#recover-password .note_text_group .note_link {
    text-transform: uppercase;
    margin-left: 5px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

body:not(.index-template) main section.customers-layout.register-layout form .form-item {
    margin-bottom: 15px
}

body:not(.index-template) main section.customers-layout.register-layout form .action_bottom {
    *zoom: 1;
    margin-top: 16px;
    margin-bottom: 46px;
    text-align: center
}

body:not(.index-template) main section.customers-layout.register-layout form .action_bottom::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.register-layout form .action_bottom span.note {
    *zoom: 1;
    padding-top: 30px;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    font-size: 14px
}

body:not(.index-template) main section.customers-layout.register-layout form .action_bottom span.note::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.register-layout form .action_bottom span.note * {
    color: #444
}

body:not(.index-template) main section.customers-layout.register-layout form .action_bottom span.note>a {
    text-transform: uppercase;
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor;
    font-weight: 600
}

body:not(.index-template) main section.customers-layout.register-layout form .action_bottom span.note>span {
    text-transform: capitalize;
    margin-right: 5px
}

body:not(.index-template) main section.customers-layout.register-layout form a.note {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: right;
    clear: both;
    font-size: 14px;
    font-style: italic;
    color: #726e6e;
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor;
    line-height: 1em
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content {
    *zoom: 1
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social {
    margin-bottom: 47px
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 28px
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social ul li {
    text-align: center
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social ul li>a {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: transparent;
    border-width: 5px;
    border-style: solid;
    margin: 0 auto;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social ul li>a:hover,body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social ul li>a:focus {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social ul li>a>span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 35px;
    line-height: 50px
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social ul li>a.google-plus {
    border-color: #e04b34
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social ul li>a.facebook {
    border-color: #284c9c
}

body:not(.index-template) main section.customers-layout.register-layout .social_front_content .social ul li>a.twitter {
    border-color: #00aaf0
}

body:not(.index-template) main section.customers-layout.register-layout .create-account {
    *zoom: 1;
    width: 100%
}

body:not(.index-template) main section.customers-layout.register-layout .create-account::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.register-layout .create-account h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 28px
}

body:not(.index-template) main section.customers-layout.register-layout .create-account a._btn {
    *zoom: 1;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    color: #000;
    border-color: #000;
    background-color: #fff
}

body:not(.index-template) main section.customers-layout.register-layout .create-account a._btn::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.customers-layout.register-layout .create-account a._btn * {
    color: currentcolor
}

body:not(.index-template) main section.customers-layout.register-layout .create-account a._btn:hover,body:not(.index-template) main section.customers-layout.register-layout .create-account a._btn:focus {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

body:not(.index-template) main section.customers-layout.register-layout .create-account a._btn:hover *,body:not(.index-template) main section.customers-layout.register-layout .create-account a._btn:focus * {
    color: currentcolor
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers {
        padding: 20px 15px
    }

    body:not(.index-template) main section.customers-layout.register-layout .customers-inner .customers-content .customers h2 {
        margin-bottom: 20px
    }

    body:not(.index-template) main section.customers-layout.register-layout form .form-item {
        margin-bottom: 10px
    }

    body:not(.index-template) main section.customers-layout.register-layout form .action_bottom {
        margin-top: 11px
    }
}

body:not(.index-template) main section.customers-layout.register-layout form .action_bottom {
    margin-bottom: 0px
}

body:not(.index-template) main section.account-layout {
    margin-top: 50px;
    margin-bottom: 50px
}

body:not(.index-template) main section.account-layout .account-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

body:not(.index-template) main section.account-layout .account-content {
    @inclide padding_container(15px);
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.account-layout .account-content {
        @inclide padding_container(10x);
    }
}

body:not(.index-template) main section.account-layout .account-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body:not(.index-template) main section.account-layout .account-info>div {
    margin-bottom: 30px;
    width: 50%
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.account-layout .account-info>div {
        width: 100%
    }
}

body:not(.index-template) main section.account-layout .account-details .details-title {
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.account-layout .account-details .details-title {
        font-size: 14px
    }
}

body:not(.index-template) main section.account-layout .account-details .details-content {
    font-size: 14px
}

body:not(.index-template) main section.account-layout .account-details .details-content .details-item {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body:not(.index-template) main section.account-layout .account-details .details-content .details-item .title {
    color: #000;
    width: 100px;
    max-width: 100px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap
}

body:not(.index-template) main section.account-layout .account-details .details-content .details-item.name .content {
    font-weight: 900
}

body:not(.index-template) main section.account-layout .account-details .details-content .details-item address {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 0
}

body:not(.index-template) main section.account-layout .account-details .details-content .details-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.account-layout .account-details .details-content .details-item * {
        font-size: 12px
    }
}

body:not(.index-template) main section.account-layout .account-link .link-title {
    color: #fff;
    background-color: #9d1414;
    padding: 10.5px 25px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.account-layout .account-link .link-title {
        font-size: 14px
    }
}

body:not(.index-template) main section.account-layout .account-link .link-content {
    border-style: solid;
    border-width: 1px;
    border-color: #dbcebd;
    border-top-width: 0;
    padding: 23px 20px;
    font-size: 14px;
    color: #000
}

body:not(.index-template) main section.account-layout .account-link .link-content .link-list li {
    list-style: disc;
    margin-bottom: 10px
}

body:not(.index-template) main section.account-layout .account-link .link-content .link-list li:last-child {
    margin-bottom: 0
}

body:not(.index-template) main section.account-layout .account-banner {
    text-align: center
}

body:not(.index-template) main section.account-layout .account-banner a {
    display: block;
    position: relative;
    overflow: hidden
}

body:not(.index-template) main section.account-layout .account-banner a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

body:not(.index-template) main section.account-layout .account-banner a:focus:before,body:not(.index-template) main section.account-layout .account-banner a:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

body:not(.index-template) main section.account-layout .account-orders {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) main section.account-layout .account-orders .account-orders-inner {
        max-width: 100%;
        overflow-x: auto
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.account-layout .account-orders {
        padding-left: 0px;
        padding-right: 0px
    }
}

body:not(.index-template) main section.account-layout .account-orders table thead tr {
    background-color: #9d1414;
    padding: 10px 0
}

body:not(.index-template) main section.account-layout .account-orders table thead tr th {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    white-space: nowrap
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.account-layout .account-orders table thead tr th {
        font-size: 14px
    }
}

body:not(.index-template) main section.account-layout .account-orders table tbody {
    font-size: 14px;
    border: 1px solid #dbcebd
}

body:not(.index-template) main section.account-layout .account-orders table tbody * {
    color: #000
}

body:not(.index-template) main section.account-layout .account-orders table tbody tr {
    border-bottom: 1px solid #dbcebd
}

body:not(.index-template) main section.account-layout .account-orders table tbody tr td {
    padding: 23px 30px
}

body:not(.index-template) main section.account-layout .account-orders table tbody tr td.td-note {
    white-space: nowrap
}

body:not(.index-template) main section.account-layout .account-orders table tbody tr:last-child {
    border-bottom-width: 0
}

body:not(.index-template) main section.account-layout .account-orders table tfoot {
    font-size: 14px;
    color: #000
}

body:not(.index-template) main section.account-layout .account-orders table tfoot td {
    border: 1px solid #dbcebd;
    padding: 10px 30px
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.account-layout .account-info>div {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.account-layout {
        margin-top: 35px;
        margin-bottom: 35px
    }

    body:not(.index-template) main section.account-layout .account-details .details-content .details-item .title {
        width: 80px;
        max-width: 80px
    }

    body:not(.index-template) main section.account-layout .account-link .link-content {
        font-size: 12px
    }

    body:not(.index-template) main section.account-layout .account-orders table tbody {
        font-size: 12px
    }
}

body:not(.index-template) main section.order-layout {
    margin-top: 50px;
    margin-bottom: 50px
}

body:not(.index-template) main section.order-layout .order-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

body:not(.index-template) main section.order-layout .order-content .order-id {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}

body:not(.index-template) main section.order-layout .order-content .order-id h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 8px
}

body:not(.index-template) main section.order-layout .order-content .order-id .date,body:not(.index-template) main section.order-layout .order-content .order-id .article-date {
    font-size: 14px;
    color: #726e6e
}

body:not(.index-template) main section.order-layout .order-content .order-id .notice {
    margin-top: 8px
}

body:not(.index-template) main section.order-layout .order-content .order-id .notice h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px
}

body:not(.index-template) main section.order-layout .order-content .order-id .notice .note {
    font-size: 14px;
    color: #726e6e
}

body:not(.index-template) main section.order-layout .order-content .order-address {
    *zoom: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body:not(.index-template) main section.order-layout .order-content .order-address::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.order-layout .order-content .order-address .address-items {
    margin-bottom: 30px;
    width: 50%
}

body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #9d1414;
    font-weight: 900;
    padding: 11px 25px;
    margin-bottom: 0
}

body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-content {
    padding: 23px 25px;
    border: 1px solid #dbcebd
}

body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-content .address-item {
    font-size: 14px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-content .address-item .title {
    color: #000;
    width: 140px;
    max-width: 140px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap
}

body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-content .address-item.name .content {
    font-weight: 900
}

body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-content .address-item address {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 0
}

body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-content .address-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-content .address-item * {
        font-size: 12px
    }
}

body:not(.index-template) main section.order-layout .order-content .order-info {
    padding-left: 15px;
    padding-right: 15px
}

body:not(.index-template) main section.order-layout .order-content .order-info .order-info-inner {
    width: 100%
}

body:not(.index-template) main section.order-layout .order-content .order-info table thead tr {
    background-color: #9d1414;
    padding: 10px 0
}

body:not(.index-template) main section.order-layout .order-content .order-info table thead tr th {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    white-space: nowrap
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.order-layout .order-content .order-info table thead tr th {
        font-size: 14px
    }
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody {
    font-size: 14px;
    border: 1px solid #dbcebd
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody * {
    color: #000
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody tr {
    border-bottom: 1px solid #dbcebd
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody tr td {
    padding: 23px 30px
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody tr td.td-note {
    white-space: nowrap
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody tr:last-child {
    border-bottom-width: 0
}

body:not(.index-template) main section.order-layout .order-content .order-info table tfoot {
    font-size: 14px;
    color: #000
}

body:not(.index-template) main section.order-layout .order-content .order-info table tfoot td {
    border: 1px solid #dbcebd;
    padding: 10px 30px
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody tr {
    border-bottom: 0
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody tr:first-child td {
    padding-top: 30px
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody tr:last-child td {
    padding-bottom: 30px
}

body:not(.index-template) main section.order-layout .order-content .order-info table tbody tr td {
    padding: 5px 30px
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.order-layout .order-content .order-address .address-items {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-content {
        padding: 15px 10px
    }

    body:not(.index-template) main section.order-layout .order-content .order-address .address-items .address-content .address-item .title {
        width: 110px;
        max-width: 110px
    }

    body:not(.index-template) main section.order-layout .order-content .order-info {
        padding-left: 0;
        padding-right: 0
    }

    body:not(.index-template) main section.order-layout .order-content .order-info .order-info-inner {
        overflow-x: auto;
        padding-bottom: 20px
    }

    body:not(.index-template) main section.order-layout .order-content .order-info .order-info-inner .td-product {
        min-width: 200px
    }

    body:not(.index-template) main section.order-layout .order-content .order-id {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.order-layout {
        margin-top: 35px;
        margin-bottom: 35px
    }

    body:not(.index-template) main section.order-layout * {
        font-size: 12px
    }
}

body:not(.index-template) main section.address-layout {
    margin-top: 50px;
    margin-bottom: 50px
}

body:not(.index-template) main section.address-layout .address-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

body:not(.index-template) main section.address-layout .address-content ._btn {
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body:not(.index-template) main section.address-layout .address-content ._btn * {
    color: currentcolor
}

body:not(.index-template) main section.address-layout .address-content ._btn:hover,body:not(.index-template) main section.address-layout .address-content ._btn:focus {
    color: #000;
    border-color: #000;
    background-color: #fff
}

body:not(.index-template) main section.address-layout .address-content ._btn:hover *,body:not(.index-template) main section.address-layout .address-content ._btn:focus * {
    color: currentcolor
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items {
    margin-bottom: 30px
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .customer-address-table {
    margin-left: -13px;
    margin-right: -13px
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form #add_address_title {
    display: none
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .group_form,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.login-layout,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.register-layout,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .faqs-content .contact-layout #contactFormWrapper,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-tables .address-items form #contactFormWrapper {
    padding: 50px;
    border: 1px solid #dbcebd;
    margin-top: 30px
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .group_form .form-item,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.login-layout .form-item,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.register-layout .form-item,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .faqs-content .contact-layout #contactFormWrapper .form-item,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-tables .address-items form #contactFormWrapper .form-item {
    width: 50%;
    padding: 0 13px;
    float: left
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .group_form .form-item label,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.login-layout .form-item label,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.register-layout .form-item label,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .faqs-content .contact-layout #contactFormWrapper .form-item label,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-tables .address-items form #contactFormWrapper .form-item label {
    text-align: left
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .group_form .form-item .form-item-inner,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.login-layout .form-item .form-item-inner,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.register-layout .form-item .form-item-inner,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .faqs-content .contact-layout #contactFormWrapper .form-item .form-item-inner,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-tables .address-items form #contactFormWrapper .form-item .form-item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .group_form .form-item:last-child,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.login-layout .form-item:last-child,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.register-layout .form-item:last-child,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .faqs-content .contact-layout #contactFormWrapper .form-item:last-child,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-tables .address-items form #contactFormWrapper .form-item:last-child {
    width: 100%;
    float: none;
    text-align: left
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .group_form .form-item:last-child *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.login-layout .form-item:last-child *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.register-layout .form-item:last-child *,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .faqs-content .contact-layout #contactFormWrapper .form-item:last-child *,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-tables .address-items form #contactFormWrapper .form-item:last-child * {
    text-align: left
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .action_bottom {
    *zoom: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .action_bottom::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .action_bottom ._btn {
    margin: 0 5px 0 0
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .action_bottom>span {
    padding: 0 5px
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .group_form,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.login-layout,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.register-layout,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .faqs-content .contact-layout #contactFormWrapper,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-tables .address-items form #contactFormWrapper {
        padding: 20px 10px
    }

    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .group_form .form-item,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.login-layout .form-item,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form section.customers-layout.register-layout .form-item,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items form .faqs-content .contact-layout #contactFormWrapper .form-item,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-tables .address-items form #contactFormWrapper .form-item {
        width: 100%
    }
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #9d1414;
    padding: 10.5px 30px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-title {
        font-size: 14px
    }
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content {
    border: 1px solid #dbcebd;
    padding: 25px;
    font-size: 14px;
    color: #000;
    position: relative
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .action-link {
    width: 20px;
    position: absolute;
    right: 40px;
    top: 20px;
    text-align: right
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .action-link>a {
    display: block;
    margin-bottom: 15px
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .action-link>a:hover>span,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .action-link>a:focus>span {
    color: #9d1414
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .tables-item {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .tables-item .title {
    color: #000;
    width: 150px;
    max-width: 150px;
    padding-right: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .tables-item.name .content {
    font-weight: 900
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .tables-item address {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 0
}

body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .tables-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .tables-item * {
        font-size: 12px
    }
}

body:not(.index-template) main section.address-layout .address-content .address-new form .customer-address-table {
    margin-left: -13px;
    margin-right: -13px
}

body:not(.index-template) main section.address-layout .address-content .address-new form #add_address_title {
    display: none
}

body:not(.index-template) main section.address-layout .address-content .address-new form .group_form,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.login-layout,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.register-layout,body:not(.index-template) main section.address-layout .address-content .address-new form .faqs-content .contact-layout #contactFormWrapper,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-new form #contactFormWrapper {
    padding: 50px;
    border: 1px solid #dbcebd;
    margin-top: 30px
}

body:not(.index-template) main section.address-layout .address-content .address-new form .group_form .form-item,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.login-layout .form-item,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.register-layout .form-item,body:not(.index-template) main section.address-layout .address-content .address-new form .faqs-content .contact-layout #contactFormWrapper .form-item,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-new form #contactFormWrapper .form-item {
    width: 50%;
    padding: 0 13px;
    float: left
}

body:not(.index-template) main section.address-layout .address-content .address-new form .group_form .form-item label,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.login-layout .form-item label,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.register-layout .form-item label,body:not(.index-template) main section.address-layout .address-content .address-new form .faqs-content .contact-layout #contactFormWrapper .form-item label,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-new form #contactFormWrapper .form-item label {
    text-align: left
}

body:not(.index-template) main section.address-layout .address-content .address-new form .group_form .form-item .form-item-inner,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.login-layout .form-item .form-item-inner,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.register-layout .form-item .form-item-inner,body:not(.index-template) main section.address-layout .address-content .address-new form .faqs-content .contact-layout #contactFormWrapper .form-item .form-item-inner,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-new form #contactFormWrapper .form-item .form-item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

body:not(.index-template) main section.address-layout .address-content .address-new form .group_form .form-item:last-child,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.login-layout .form-item:last-child,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.register-layout .form-item:last-child,body:not(.index-template) main section.address-layout .address-content .address-new form .faqs-content .contact-layout #contactFormWrapper .form-item:last-child,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-new form #contactFormWrapper .form-item:last-child {
    width: 100%;
    float: none;
    text-align: left
}

body:not(.index-template) main section.address-layout .address-content .address-new form .group_form .form-item:last-child *,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.login-layout .form-item:last-child *,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.register-layout .form-item:last-child *,body:not(.index-template) main section.address-layout .address-content .address-new form .faqs-content .contact-layout #contactFormWrapper .form-item:last-child *,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-new form #contactFormWrapper .form-item:last-child * {
    text-align: left
}

body:not(.index-template) main section.address-layout .address-content .address-new form .action_bottom {
    *zoom: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body:not(.index-template) main section.address-layout .address-content .address-new form .action_bottom::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) main section.address-layout .address-content .address-new form .action_bottom ._btn {
    margin: 0 5px 0 0
}

body:not(.index-template) main section.address-layout .address-content .address-new form .action_bottom>span {
    padding: 0 5px
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.address-layout .address-content .address-new form .group_form,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.login-layout,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.register-layout,body:not(.index-template) main section.address-layout .address-content .address-new form .faqs-content .contact-layout #contactFormWrapper,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-new form #contactFormWrapper {
        padding: 20px 10px
    }

    body:not(.index-template) main section.address-layout .address-content .address-new form .group_form .form-item,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.login-layout .form-item,body:not(.index-template) main section.address-layout .address-content .address-new form section.customers-layout.register-layout .form-item,body:not(.index-template) main section.address-layout .address-content .address-new form .faqs-content .contact-layout #contactFormWrapper .form-item,body:not(.index-template) .faqs-content .contact-layout main section.address-layout .address-content .address-new form #contactFormWrapper .form-item {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content {
        padding: 15px 10px
    }

    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .action-link {
        right: 10px;
        top: 10px
    }

    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .action-link>a {
        margin-bottom: 5px
    }

    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .tables-item .title {
        width: 110px;
        max-width: 110px
    }

    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-title {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.address-layout {
        margin-top: 35px;
        margin-bottom: 35px
    }

    body:not(.index-template) main section.address-layout .address-content * {
        font-size: 12px
    }

    body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .tables-content .tables-item .title {
        width: 90px;
        max-width: 90px
    }
}

body:not(.index-template) main section.page-404-layout {
    min-height: 900px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

body:not(.index-template) main section.page-404-layout .page-404-inner {
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) main section.page-404-layout .page-404-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    color: #444
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right,body:not(.index-template) main section.page-404-layout .page-404-content .page-left {
    padding-left: 0;
    padding-right: 0
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-left {
    text-align: right
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-left h2 {
    letter-spacing: -1px;
    font-size: 72px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: -11px
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-left .caption {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 8px
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-left .subtext {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 38px
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-left ._btn {
    font-size: 17px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 54px;
    line-height: 52px;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-left ._btn * {
    color: currentcolor
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-left ._btn:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-left ._btn:hover * {
    color: currentcolor
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right {
    padding-left: 30px
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search {
    border: 1px solid #444;
    position: relative;
    height: 50px;
    padding-right: 50px;
    margin-bottom: 40px
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search input {
    border-width: 1px;
    height: 48px;
    line-height: 46px;
    width: 100%;
    border-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #726e6e;
    font-size: 16px
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search button.search-submit {
    width: 48px;
    border-width: 0;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    text-align: center
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search button.search-submit .cs-icon {
    font-size: 23px;
    font-weight: 600;
    border-width: 0;
    height: 48px;
    line-height: 48px
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search ::-webkit-input-placeholder {
    color: #726e6e;
    font-size: 16px;
    font-style: italic
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search ::-moz-placeholder {
    color: #726e6e;
    font-size: 16px;
    font-style: italic
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search :-ms-input-placeholder {
    color: #726e6e;
    font-size: 16px;
    font-style: italic
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search ::-ms-input-placeholder {
    color: #726e6e;
    font-size: 16px;
    font-style: italic
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right .page-list-collection {
    margin-left: -4px;
    margin-right: -4px
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right .page-list-collection li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 10px
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right .page-list-collection li>a {
    padding: 8px 10px 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background-color: #f7f1e9
}

body:not(.index-template) main section.page-404-layout .page-404-content .page-right .page-list-collection li>a:hover {
    color: #fff;
    background-color: #9d1414
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) main section.page-404-layout .page-404-inner {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) main section.page-404-layout {
        padding-left: 30px;
        padding-right: 30px
    }

    body:not(.index-template) main section.page-404-layout .page-404-content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-right,body:not(.index-template) main section.page-404-layout .page-404-content .page-left {
        width: 100%;
        padding: 0
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-left {
        margin-bottom: 25px;
        text-align: center
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) main section.page-404-layout {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 0
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-left .subtext {
        margin-bottom: 30px
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-left h2 {
        font-size: 40px
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-left .caption {
        font-size: 20px
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-left ._btn {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search {
        height: 40px;
        margin-bottom: 20px
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search button.search-submit {
        height: 38px;
        line-height: 38px
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search button.search-submit .cs-icon {
        height: 38px;
        line-height: 38px
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search input {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        font-weight: 500
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search ::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 500
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search ::-moz-placeholder {
        font-size: 14px;
        font-weight: 500
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search :-ms-input-placeholder {
        font-size: 14px;
        font-weight: 500
    }

    body:not(.index-template) main section.page-404-layout .page-404-content .page-right form.search ::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 500
    }
}

body:not(.index-template) .main-content {
    min-height: 500px
}

@media (max-width: 1199px) {
    body:not(.index-template) .main-content {
        min-height: 400px
    }
}

body:not(.index-template) .shopify-challenge__container {
    margin-top: 50px
}

body:not(.index-template) .guest_book_content .page-title {
    margin-bottom: 35px
}

body:not(.index-template) .contact-content {
    margin-top: 0px
}

body:not(.index-template) .contact-content .home_caption {
    margin-bottom: 45px;
    line-height: 1.8em;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%
}

body:not(.index-template) .contact-content .page_title {
    margin-bottom: 40px;
    position: relative;
    padding-left: 25px
}

body:not(.index-template) .contact-content .page_title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 4px;
    background-color: #dbcebd
}

body:not(.index-template) .contact-content .page_title .title {
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 22px
}

body:not(.index-template) .contact-content .page_title .title .last {
    color: #9d1414
}

body:not(.index-template) .contact-content .page_title .caption {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em
}

body:not(.index-template) .contact-content .google-maps-content {
    *zoom: 1;
    margin-bottom: 50px
}

body:not(.index-template) .contact-content .google-maps-content::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) .contact-content .google-maps-content .page_title {
    margin-bottom: 40px
}

body:not(.index-template) .contact-content .google-maps-content .page_title .title {
    line-height: 1em;
    margin-bottom: 15px;
    font-size: 40px
}

body:not(.index-template) .contact-content .google-maps-content .page_title .caption {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) .contact-content .google-maps-content {
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) .contact-content .google-maps-content .page_title .title {
        font-size: 30px
    }

    body:not(.index-template) .contact-content .google-maps-content .page_title .caption {
        font-size: 12px
    }
}

body:not(.index-template) .contact-content .information_layout {
    *zoom: 1;
    margin-bottom: 50px
}

body:not(.index-template) .contact-content .information_layout::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) .contact-content .information_layout .information_inner {
    margin-left: -15px;
    margin-right: -15px
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) .contact-content .information_layout .information_inner {
        margin-left: -10px;
        margin-right: -10px
    }
}

body:not(.index-template) .contact-content .information_layout .page_title {
    padding-left: 0;
    margin-bottom: 65px;
    width: 100%
}

body:not(.index-template) .contact-content .information_layout .page_title:before {
    display: none
}

body:not(.index-template) .contact-content .information_layout .page_title:after {
    position: absolute;
    left: 0;
    top: 100%;
    content: '';
    background-color: #dbcebd;
    width: 100%;
    height: 4px;
    display: block;
    margin-top: 29px
}

body:not(.index-template) .contact-content .information_layout .page_title .title {
    line-height: 1em;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 900
}

body:not(.index-template) .contact-content .information_layout .text_content>ul {
    padding-left: 15px;
    width: 100%;
    max-width: 245px;
    margin: 0
}

body:not(.index-template) .contact-content .information_layout .text_content>ul>li {
    line-height: 1em;
    list-style-type: disc;
    margin-bottom: 17px;
    padding-left: 8px
}

body:not(.index-template) .contact-content .information_layout .text_content>ul>li>div.group_text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    float: left;
    position: relative
}

body:not(.index-template) .contact-content .information_layout .text_content>ul>li>div.group_text:before {
    position: absolute;
    content: '';
    background-image: url(../../assets/images/dot_contact.png);
    background-repeat: repeat-x;
    background-size: initial;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 6px;
    height: 2px
}

body:not(.index-template) .contact-content .information_layout .text_content>ul>li>div.group_text span {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f3e8dd;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative
}

body:not(.index-template) .contact-content .information_layout .text_content>ul>li>div.group_text span.day {
    padding-right: 5px
}

body:not(.index-template) .contact-content .information_layout .text_content>ul>li>div.group_text span.time {
    font-weight: 900
}

body:not(.index-template) .contact-content .information_layout .text_content>ul>li:last-child {
    margin-bottom: 0
}

body:not(.index-template) .contact-content .information_layout .text_content p {
    color: #444;
    margin-bottom: 30px
}

body:not(.index-template) .contact-content .information_layout .text_content p .fa {
    margin-right: 20px
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info * {
    color: #000
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item {
    margin-bottom: 14px
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item>span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-size: 14px
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item>span .fa {
    font-size: 14px;
    margin-right: 15px
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item>span address {
    margin-bottom: 0
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item.phone-fax>span {
    width: auto;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item.phone-fax>span:first-child {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #dbcebd
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item:not(.phone-fax) a {
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item:last-child {
    margin-bottom: 0
}

body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info a:hover {
    color: #9d1414
}

body:not(.index-template) .contact-content .information_layout .form_content form {
    margin-left: -5px;
    margin-right: -5px
}

body:not(.index-template) .contact-content .information_layout .form_content form .errorForm.feedback {
    padding-left: 5px;
    padding-right: 5px
}

body:not(.index-template) .contact-content .information_layout .form_content form input:not(._btn),body:not(.index-template) .contact-content .information_layout .form_content form textarea:not(._btn) {
    width: 100%;
    border-radius: 5px
}

body:not(.index-template) .contact-content .information_layout .form_content form input:not(._btn):focus,body:not(.index-template) .contact-content .information_layout .form_content form textarea:not(._btn):focus {
    outline: none
}

body:not(.index-template) .contact-content .information_layout .form_content form textarea {
    height: 95px;
    min-height: 95px;
    max-height: 95px;
    padding-top: 7px;
    padding-bottom: 7px
}

body:not(.index-template) .contact-content .information_layout .form_content form #contactFormWrapper>div {
    padding-left: 5px;
    padding-right: 5px
}

body:not(.index-template) .contact-content .information_layout .form_content form #contactFormWrapper>div .form-item {
    margin-bottom: 12px;
    *zoom: 1
}

body:not(.index-template) .contact-content .information_layout .form_content form #contactFormWrapper>div .form-item::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) .contact-content .information_layout .form_content form #contactFormWrapper>div:last-child .form-item {
    margin-bottom: 0
}

body:not(.index-template) .contact-content .information_layout .form_content form #contactFormWrapper .input-note-form {
    display: none
}

body:not(.index-template) .contact-content .information_layout .form_content form ._btn {
    width: 100%;
    border-radius: 5px;
    margin-top: -5px;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body:not(.index-template) .contact-content .information_layout .form_content form ._btn * {
    color: currentcolor
}

body:not(.index-template) .contact-content .information_layout .form_content form ::-webkit-input-placeholder {
    color: #726e6e;
    font-size: 14px;
    font-style: italic
}

body:not(.index-template) .contact-content .information_layout .form_content form ::-moz-placeholder {
    color: #726e6e;
    font-size: 14px;
    font-style: italic
}

body:not(.index-template) .contact-content .information_layout .form_content form :-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px;
    font-style: italic
}

body:not(.index-template) .contact-content .information_layout .form_content form ::-ms-input-placeholder {
    color: #726e6e;
    font-size: 14px;
    font-style: italic
}

body:not(.index-template) .contact-content .information_layout .information_item:last-child .page_title {
    margin-bottom: 28px
}

body:not(.index-template) .contact-content .information_layout .information_item:last-child .page_title:after {
    display: none
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) .contact-content .information_layout .information_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body:not(.index-template) .contact-content .information_layout .information_content>div {
        width: 50%
    }

    body:not(.index-template) .contact-content .information_layout .information_content>div:last-child {
        margin-top: 30px
    }
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) .contact-content .information_layout .information_content>div {
        width: 100%
    }

    body:not(.index-template) .contact-content .information_layout .information_content>div:last-child,body:not(.index-template) .contact-content .information_layout .information_content>div+div {
        margin-top: 25px
    }

    body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item.phone-fax>span:first-child {
        margin-right: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) .contact-content .information_layout .text_content>ul>li>div.group_text span {
        font-size: 12px
    }

    body:not(.index-template) .contact-content .information_layout .text_content>ul>li>div.group_text:before {
        margin-bottom: 4px
    }

    body:not(.index-template) .contact-content .information_layout .text_content .group_contact_info .item>span {
        font-size: 12px
    }

    body:not(.index-template) .contact-content .information_layout .form_content form .errorForm.feedback {
        font-size: 12px
    }

    body:not(.index-template) .contact-content .information_layout .form_content form ::-webkit-input-placeholder {
        font-size: 12px
    }

    body:not(.index-template) .contact-content .information_layout .form_content form ::-moz-placeholder {
        font-size: 12px
    }

    body:not(.index-template) .contact-content .information_layout .form_content form :-ms-input-placeholder {
        font-size: 12px
    }

    body:not(.index-template) .contact-content .information_layout .form_content form ::-ms-input-placeholder {
        font-size: 12px
    }

    body:not(.index-template) .contact-content .information_layout .form_content form input:not(._btn),body:not(.index-template) .contact-content .information_layout .form_content form textarea:not(._btn) {
        font-size: 12px
    }
}

body:not(.index-template) .about-content {
    margin-top: 0px
}

body:not(.index-template) .about-content .page_title {
    margin-bottom: 40px;
    position: relative;
    padding-left: 25px
}

body:not(.index-template) .about-content .page_title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 4px;
    background-color: #dbcebd
}

body:not(.index-template) .about-content .page_title .title {
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 22px
}

body:not(.index-template) .about-content .page_title .title .last {
    color: #9d1414
}

body:not(.index-template) .about-content .page_title .caption {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em
}

body:not(.index-template) .about-content .introduction_content img {
    padding: 5px;
    border: 1px solid #dbcebd;
    margin-bottom: 32px
}

body:not(.index-template) .about-content .introduction_content .introduction_description {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 65px
}

body:not(.index-template) .about-content .introduction_content .introduction_description .italics {
    font-style: italic
}

body:not(.index-template) .about-content .team_layout {
    overflow: hidden
}

body:not(.index-template) .about-content .team_layout .page_title .caption {
    width: 33.33333%
}

@media (max-width: 991px) {
    body:not(.index-template) .about-content .team_layout .page_title .caption {
        width: 66.66667%
    }
}

@media (max-width: 425px) {
    body:not(.index-template) .about-content .team_layout .page_title .caption {
        width: 100%
    }
}

body:not(.index-template) .about-content .team_inner {
    margin-left: -30px;
    margin-right: -30px
}

body:not(.index-template) .about-content .team_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body:not(.index-template) .about-content .team_content .team_item {
    width: 33.33333%;
    padding-right: 30px;
    padding-left: 30px
}

body:not(.index-template) .about-content .team_content .team_item .item_avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    position: relative
}

body:not(.index-template) .about-content .team_content .team_item .item_avatar img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body:not(.index-template) .about-content .team_content .team_item .item_avatar:not(:hover) img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

@media (min-width: 1200px) {
    body:not(.index-template) .about-content .team_content .team_item .item_avatar {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body:not(.index-template) .about-content .team_content .team_item .item_content {
    padding-top: 45px;
    margin-top: 40px;
    margin-bottom: 45px;
    position: relative
}

body:not(.index-template) .about-content .team_content .team_item .item_content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 4px;
    background-color: #dbcebd
}

body:not(.index-template) .about-content .team_content .team_item .item_content .item_name {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    margin-bottom: 2px;
    font-weight: 600
}

body:not(.index-template) .about-content .team_content .team_item .item_content .item_position {
    font-size: 14px;
    margin-bottom: 20px;
    color: #9d1414;
    font-style: italic;
    font-weight: 600
}

body:not(.index-template) .about-content .team_content .team_item .item_content .item_description {
    color: #444;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.6em
}

@media (min-width: 1200px) {
    body:not(.index-template) .about-content .team_content .team_item .item_content {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body:not(.index-template) .about-content .team_content .team_item .item_content .item_name {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body:not(.index-template) .about-content .team_content .team_item:hover .item_content:before {
    background-color: #9d1414
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) .about-content .team_content {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    body:not(.index-template) .about-content .team_content .team_item {
        width: 100%
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) .about-content .team_content .team_item .item_content .item_description,body:not(.index-template) .about-content .introduction_content .introduction_description,body:not(.index-template) .about-content .page_title .caption {
        font-size: 12px
    }

    body:not(.index-template) .about-content .page_title .title {
        font-size: 30px
    }

    body:not(.index-template) .about-content .team_content .team_item .item_content {
        padding-top: 15px;
        margin-top: 20px;
        margin-bottom: 35px
    }

    body:not(.index-template) .about-content .team_content .team_item .item_content .item_position {
        font-size: 12px;
        margin-bottom: 10px
    }
}

body:not(.index-template) .faqs-content {
    margin-top: 0px;
    width: 100%;
    float: left;
    margin-bottom: 50px
}

body:not(.index-template) .faqs-content .nav-tabs {
    border-bottom: 0
}

body:not(.index-template) .faqs-content .nav-tabs>li {
    width: 100%;
    border-bottom: 1px solid #dbcebd;
    margin-bottom: 0
}

body:not(.index-template) .faqs-content .nav-tabs>li>a {
    font-size: 14px;
    background-color: #fff;
    color: #444;
    margin-right: 0;
    border-radius: 0;
    padding: 8px 30px;
    position: relative
}

body:not(.index-template) .faqs-content .nav-tabs>li>a .fa {
    position: absolute;
    top: 8px;
    left: 0;
    height: 20px;
    line-height: 20px
}

body:not(.index-template) .faqs-content .nav-tabs>li:last-child {
    border-bottom: 0
}

body:not(.index-template) .faqs-content .nav-tabs>li:hover:before {
    color: #9d1414
}

@media (max-width: 991px) {
    body:not(.index-template) .faqs-content .nav-tabs {
        margin-bottom: 30px
    }
}

body:not(.index-template) .faqs-content .nav-tabs>li>a,body:not(.index-template) .faqs-content .nav-tabs>li.active>a,body:not(.index-template) .faqs-content .nav-tabs>li.active>a:focus,body:not(.index-template) .faqs-content .nav-tabs>li.active>a:hover {
    border: 0
}

body:not(.index-template) .faqs-content .nav-tabs>li:hover>a,body:not(.index-template) .faqs-content .nav-tabs>li.active>a,body:not(.index-template) .faqs-content .nav-tabs>li.active>a:focus,body:not(.index-template) .faqs-content .nav-tabs>li.active>a:hover {
    background-color: #fff;
    color: #9d1414 !important
}

body:not(.index-template) .faqs-content .faqs-inner {
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) .faqs-content .faqs-inner>.col-md-7 {
    border-left: 1px solid #dbcebd
}

@media (max-width: 991px) {
    body:not(.index-template) .faqs-content .faqs-inner>.col-md-7 {
        border-left: 0
    }
}

body:not(.index-template) .faqs-content .faqs-inner .tab-content .panel-group .panel+.panel {
    margin-top: 10px
}

body:not(.index-template) .faqs-content .faqs-inner .tab-content .panel-group .panel {
    border-radius: 0;
    box-shadow: none
}

body:not(.index-template) .faqs-content .faqs-inner .tab-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent
}

body:not(.index-template) .faqs-content .faqs-inner .tab-content .panel-default>.panel-heading {
    background-color: transparent
}

body:not(.index-template) .faqs-content .faqs-inner .tab-content .panel-body {
    padding: 0 20px 25px;
    font-size: 15px
}

body:not(.index-template) .faqs-content .faqs-inner .tab-content .faq-heading {
    padding: 0 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    margin-bottom: 13px;
    position: relative;
    font-style: normal;
    font-size: 22px;
    color: #000;
    font-weight: 600
}

@media (max-width: 991px) {
    body:not(.index-template) .faqs-content .faqs-inner .tab-content .faq-heading {
        padding: 0
    }
}

body:not(.index-template) .faqs-content .faqs-inner .tab-content .faq-content {
    padding-left: 15px;
    line-height: 1.95em
}

@media (max-width: 991px) {
    body:not(.index-template) .faqs-content .faqs-inner .tab-content .faq-content {
        padding-left: 0px
    }
}

body:not(.index-template) .faqs-content .faqs-inner .tab-content .clearfix {
    display: block;
    margin-bottom: 29px
}

@media (max-width: 767px) {
    body:not(.index-template) .faqs-content .faqs-inner {
        margin-left: 0px;
        margin-right: 0px
    }
}

body:not(.index-template) .faqs-content .faqs-title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px
}

body:not(.index-template) .faqs-content .questions-layout {
    margin-bottom: 50px
}

body:not(.index-template) .faqs-content .contact-layout .contact-content {
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) .faqs-content .contact-layout .contact-content::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) .faqs-content .contact-layout .contact-content {
        margin-left: -10px;
        margin-right: -10px
    }
}

body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper>div:last-child {
    margin-bottom: 0
}

body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper textarea {
    max-height: 135px
}

body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper ._btn {
    float: right;
    max-width: 200px;
    min-width: 200px;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper ._btn * {
    color: currentcolor
}

body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper ._btn:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper ._btn:hover * {
    color: currentcolor
}

body:not(.index-template) .faqs-content>div:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) .faqs-content #contactFormWrapper>div {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) .faqs-content {
        font-size: 12px;
        margin-top: 0
    }

    body:not(.index-template) .faqs-content .faqs-title {
        font-size: 16px
    }

    body:not(.index-template) .faqs-content .questions-layout {
        margin-bottom: 25px
    }

    body:not(.index-template) .faqs-content .contact-layout #contactFormWrapper ._btn {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500
    }
}

body:not(.index-template) .products-deals {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
	margin-bottom: 50px;
}

body:not(.index-template) .products-deals .products-deals-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) .products-deals .product .row-left {
        padding: 0
    }
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) .products-deals .products-deals-inner .product-item-wrapper {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) .products-deals {
        margin-left: -10px;
        margin-right: -10px
    }

    body:not(.index-template) .products-deals .products-deals-inner .product-item-wrapper {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) .products-deals {
        margin-top: 0px
    }
}

body:not(.index-template) .shortcodes-content {
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) .shortcodes-content>div>div {
    margin-bottom: 50px
}

body:not(.index-template) .shortcodes-content .shortcodes-title {
    color: #000;
    font-weight: 400;
    margin-bottom: 35px;
    text-transform: capitalize;
    position: relative
}

body:not(.index-template) .shortcodes-content .shortcodes-title * {
    font-size: 20px;
    color: currentcolor
}

body:not(.index-template) .shortcodes-content .shortcodes-title>span {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #f3e8dd;
    padding-right: 15px
}

body:not(.index-template) .shortcodes-content .shortcodes-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -0.5px;
    background-color: #dbcebd
}

body:not(.index-template) .shortcodes-content .font-layout .font-content {
    margin-bottom: 50px
}

body:not(.index-template) .shortcodes-content .font-layout .font-content>span {
    display: block;
    font-size: 24px;
    color: #444
}

body:not(.index-template) .shortcodes-content .font-layout .font-lato {
    font-family: Josefin Sans
}

body:not(.index-template) .shortcodes-content .font-layout .font-rozha {
    font-family: Playball
}

body:not(.index-template) .shortcodes-content .font-layout .font-pacifico {
    font-family: Josefin Sans
}

body:not(.index-template) .shortcodes-content .color-layout .color-content .color-item {
    margin-bottom: 20px
}

body:not(.index-template) .shortcodes-content .color-layout .color-content .color-item>span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 50px;
    vertical-align: top
}

body:not(.index-template) .shortcodes-content .color-layout .color-content .color-item .color-background {
    width: 50px;
    height: 50px;
    margin-right: 27px
}

body:not(.index-template) .shortcodes-content .color-layout .color-content .color-item .color-code {
    margin-right: 45px
}

body:not(.index-template) .shortcodes-content .heading-layout {
    width: 100%
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content {
    background-color: transparent !important;
    padding: 0;
    width: 100%
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item {
    min-width: 500px;
    position: relative;
    padding-right: 40px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item .hero {
    margin-left: -9px;
    line-height: 1em
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item .paragraph {
    font-size: 12px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item .small {
    font-size: 12px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item:nth-of-type(1) {
    margin-bottom: 1px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item:nth-of-type(2) {
    margin-left: -3px;
    margin-bottom: 10px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item:nth-of-type(3) {
    margin-bottom: 18px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item:nth-of-type(4) {
    margin-bottom: 30px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item:nth-of-type(5) {
    margin-bottom: 37px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item:nth-of-type(6) {
    margin-bottom: 37px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item:nth-of-type(7) {
    margin-bottom: 42px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item:nth-of-type(8) {
    margin-bottom: 22px
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item * {
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item *:not(.size) {
    color: #000;
    text-transform: uppercase
}

body:not(.index-template) .shortcodes-content .heading-layout .heading-content .heading-item .size {
    color: #b0b0b0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px
}

@media only screen and (max-width: 540px) {
    body:not(.index-template) .shortcodes-content .heading-layout .heading-content {
        overflow-x: auto;
        overflow-y: hidden
    }
}

body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item {
    width: 18.75%;
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item:last-child {
    width: 25%
}

body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item ul li {
    margin-bottom: 13px
}

body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item ul.menu li a i {
    margin-right: 15px
}

body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item ul.menu-not>li {
    list-style: disc
}

body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item ul.menu-number li {
    list-style: decimal;
    margin-left: 15px
}

body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item ul.menu-number>li>a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 13px
}

body:not(.index-template) .shortcodes-content .columns-layout .columns-content-group {
    margin-left: -15px;
    margin-right: -15px
}

body:not(.index-template) .shortcodes-content .columns-layout .columns-content-group .items-title {
    font-size: 16px;
    display: block;
    color: #9d1414;
    font-weight: 600;
    margin-bottom: 13px
}

body:not(.index-template) .shortcodes-content .columns-layout .columns-content-group .items-content {
    font-size: 16px;
    line-height: 1.6em
}

body:not(.index-template) .shortcodes-content .columns-layout .columns-content-group .columns-items {
    margin-bottom: 27px
}

body:not(.index-template) .shortcodes-content .button-layout .items-title {
    font-size: 14px;
    color: #9d1414;
    margin-bottom: 24px;
    font-weight: 600;
    display: block
}

body:not(.index-template) .shortcodes-content .button-layout .button-content-group {
    margin-left: -10px;
    margin-right: -10px
}

body:not(.index-template) .shortcodes-content .button-layout .button-content-group .button-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

body:not(.index-template) .shortcodes-content .button-layout .button-content-group .button-content .button-item {
    padding-left: 10px;
    padding-right: 10px
}

body:not(.index-template) .shortcodes-content .button-layout .items-content ._btn {
    margin-bottom: 26px
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_primary ._btn {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_primary ._btn * {
    color: currentcolor
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_default ._btn {
    color: #000;
    border-color: #000;
    background-color: #fff
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_default ._btn * {
    color: currentcolor
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_gray ._btn {
    color: #000;
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_gray ._btn * {
    color: currentcolor
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_secondary ._btn {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_secondary ._btn * {
    color: currentcolor
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_icon ._btn,body:not(.index-template) .shortcodes-content .button-layout .product:not(._pro_banner) .effect-ajax-cart .items-content._btn ._btn,.product:not(._pro_banner) .effect-ajax-cart body:not(.index-template) .shortcodes-content .button-layout .items-content._btn ._btn,body:not(.index-template) .shortcodes-content .button-layout .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .items-content.add-to-cart ._btn,body:not(.index-template) .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .shortcodes-content .button-layout .items-content.add-to-cart ._btn,body:not(.index-template) .shortcodes-content .button-layout .product-detail-content .detail-content #product-information .purchase-section .purchase .items-content.add-to-cart ._btn,body:not(.index-template) .product-detail-content .detail-content #product-information .purchase-section .purchase .shortcodes-content .button-layout .items-content.add-to-cart ._btn {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_icon ._btn *,body:not(.index-template) .shortcodes-content .button-layout .product:not(._pro_banner) .effect-ajax-cart .items-content._btn ._btn *,.product:not(._pro_banner) .effect-ajax-cart body:not(.index-template) .shortcodes-content .button-layout .items-content._btn ._btn *,body:not(.index-template) .shortcodes-content .button-layout .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .items-content.add-to-cart ._btn *,body:not(.index-template) .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .shortcodes-content .button-layout .items-content.add-to-cart ._btn *,body:not(.index-template) .shortcodes-content .button-layout .product-detail-content .detail-content #product-information .purchase-section .purchase .items-content.add-to-cart ._btn *,body:not(.index-template) .product-detail-content .detail-content #product-information .purchase-section .purchase .shortcodes-content .button-layout .items-content.add-to-cart ._btn * {
    color: currentcolor
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_radius ._btn {
    color: #000;
    border-color: #000;
    background-color: #fff;
    border-radius: 30px
}

body:not(.index-template) .shortcodes-content .button-layout .items-content.btn_radius ._btn * {
    color: currentcolor
}

body:not(.index-template) .shortcodes-content .alert-messages-layout ._alert:last-child,body:not(.index-template) .shortcodes-content .alert-messages-layout main section.customers-layout.login-layout form .errors:last-child,body:not(.index-template) main section.customers-layout.login-layout form .shortcodes-content .alert-messages-layout .errors:last-child,body:not(.index-template) .shortcodes-content .alert-messages-layout main section.customers-layout.register-layout form .errors:last-child,body:not(.index-template) main section.customers-layout.register-layout form .shortcodes-content .alert-messages-layout .errors:last-child,body:not(.index-template) .shortcodes-content .alert-messages-layout main section.address-layout .address-content .address-tables .address-items .errors:last-child,body:not(.index-template) main section.address-layout .address-content .address-tables .address-items .shortcodes-content .alert-messages-layout .errors:last-child,body:not(.index-template) .shortcodes-content .alert-messages-layout main section.address-layout .address-content .address-new .errors:last-child,body:not(.index-template) main section.address-layout .address-content .address-new .shortcodes-content .alert-messages-layout .errors:last-child,body:not(.index-template) .shortcodes-content .alert-messages-layout .popup-pro-wrapper .ajax-cart-note:last-child,body:not(.index-template) .popup-pro-wrapper .shortcodes-content .alert-messages-layout .ajax-cart-note:last-child,body:not(.index-template) .shortcodes-content .alert-messages-layout .wishlist-model .modal-body .modal-note:last-child,body:not(.index-template) .wishlist-model .modal-body .shortcodes-content .alert-messages-layout .modal-note:last-child,body:not(.index-template) .shortcodes-content .alert-messages-layout .compare-model .modal-body .modal-note:last-child,body:not(.index-template) .compare-model .modal-body .shortcodes-content .alert-messages-layout .modal-note:last-child {
    margin-bottom: 0
}

body:not(.index-template) .shortcodes-content .icon-layout .icon-item+.icon-item {
    margin-top: 30px
}

body:not(.index-template) .shortcodes-content .icon-layout .icon-item>span {
    color: #000
}

body:not(.index-template) .shortcodes-content .icon-layout .icon-item .cs-icon {
    font-size: 30px;
    margin-right: 40px
}

body:not(.index-template) .shortcodes-content .icon-layout .icon-item .icon-small {
    margin-right: 30px
}

body:not(.index-template) .shortcodes-content .blockquotes-testimonial-layout .testimonial-slider {
    margin-bottom: 90px
}

body:not(.index-template) .shortcodes-content .blockquotes-testimonial-layout .testimonial-list {
    margin-bottom: 74px
}

body:not(.index-template) .shortcodes-content .customer-logos-layout {
    margin-bottom: 36px
}

body:not(.index-template) .shortcodes-content .customer-logos-layout .shortcodes-title {
    margin-bottom: 5px
}

body:not(.index-template) .shortcodes-content .tables-layout .shortcodes-title {
    margin-bottom: 31px
}

body:not(.index-template) .shortcodes-content .inputs-layout .shortcodes-title {
    margin-bottom: 29px
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) .shortcodes-content .button-layout .button-content-group .button-content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body:not(.index-template) .shortcodes-content .button-layout .button-content-group .button-content .button-item button {
        margin-right: 10px
    }
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) .shortcodes-content .typography-content>div {
        width: 100%
    }

    body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item {
        width: 50%
    }

    body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item:last-child {
        width: 100%
    }

    body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item .menu-not {
        padding-left: 15px
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) .shortcodes-content {
        margin-left: -10px;
        margin-right: -10px
    }

    body:not(.index-template) .shortcodes-content .tables_content,body:not(.index-template) .shortcodes-content .tabs-information .tabs-content .tab-content,.tabs-information .tabs-content body:not(.index-template) .shortcodes-content .tab-content {
        padding-bottom: 20px;
        overflow-x: auto
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content .bullets-item {
        width: 100%
    }

    body:not(.index-template) .shortcodes-content .bullets-lists-layout .bullets-lists-content,body:not(.index-template) .shortcodes-content .group_form,body:not(.index-template) .shortcodes-content main section.customers-layout.login-layout,body:not(.index-template) main .shortcodes-content section.customers-layout.login-layout,body:not(.index-template) .shortcodes-content main section.customers-layout.register-layout,body:not(.index-template) main .shortcodes-content section.customers-layout.register-layout,body:not(.index-template) .shortcodes-content .faqs-content .contact-layout #contactFormWrapper,body:not(.index-template) .faqs-content .contact-layout .shortcodes-content #contactFormWrapper,body:not(.index-template) .shortcodes-content .blockquotes-content,body:not(.index-template) .shortcodes-content .accordions-content,body:not(.index-template) .shortcodes-content .columns-layout .columns-content-group .items-content {
        font-size: 12px
    }

    body:not(.index-template) .shortcodes-content .group_form,body:not(.index-template) .shortcodes-content main section.customers-layout.login-layout,body:not(.index-template) main .shortcodes-content section.customers-layout.login-layout,body:not(.index-template) .shortcodes-content main section.customers-layout.register-layout,body:not(.index-template) main .shortcodes-content section.customers-layout.register-layout,body:not(.index-template) .shortcodes-content .faqs-content .contact-layout #contactFormWrapper,body:not(.index-template) .faqs-content .contact-layout .shortcodes-content #contactFormWrapper {
        width: 100%
    }
}

body:not(.index-template) section.cart-content {
    margin-top: 50px;
    margin-bottom: 50px
}

body:not(.index-template) section.cart-content table {
    margin-bottom: 30px
}

body:not(.index-template) section.cart-content table .price_compare {
    font-size: 14px;
    color: #b0b0b0;
    padding-left: 10px
}

body:not(.index-template) section.cart-content table .price_compare .money {
    color: #b0b0b0;
    font-weight: 500
}

body:not(.index-template) section.cart-content table .money {
    color: #444;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) section.cart-content table .price_compare {
        font-size: 16px
    }

    body:not(.index-template) section.cart-content table .money {
        font-weight: 500;
        font-size: 20px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) section.cart-content table .price_compare {
        font-size: 12px
    }

    body:not(.index-template) section.cart-content table .money {
        font-size: 14px
    }
}

body:not(.index-template) section.cart-content table .product_name {
    font-size: 14px;
    color: #444
}

body:not(.index-template) section.cart-content table .product_name>a {
    color: #444;
    font-weight: 600;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 15px
}

body:not(.index-template) section.cart-content table .product_variant>p {
    color: #000;
    margin-bottom: 5px
}

body:not(.index-template) section.cart-content table .product_variant>p .variant-title {
    color: #b0b0b0
}

body:not(.index-template) section.cart-content table .quantity-wrapper .quantity-title,body:not(.index-template) section.cart-content table .quantity-wrapper label {
    font-size: 14px;
    margin-right: 5px;
    color: #000;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    width: 60px
}

body:not(.index-template) section.cart-content table .quantity-wrapper input,body:not(.index-template) section.cart-content table .quantity-wrapper select {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

body:not(.index-template) section.cart-content table .quantity-wrapper input:not(._btn),body:not(.index-template) section.cart-content table .quantity-wrapper select:not(._btn) {
    width: 100%;
    height: 40px;
    border: 1px solid #dbcebd;
    border-radius: 5px;
    padding: 4px 5px 0 5px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px
}

body:not(.index-template) section.cart-content table .quantity-wrapper input:not(._btn)::-webkit-input-placeholder,body:not(.index-template) section.cart-content table .quantity-wrapper select:not(._btn)::-webkit-input-placeholder {
    font-size: 14px
}

body:not(.index-template) section.cart-content table .quantity-wrapper input:not(._btn)::-moz-placeholder,body:not(.index-template) section.cart-content table .quantity-wrapper select:not(._btn)::-moz-placeholder {
    font-size: 14px
}

body:not(.index-template) section.cart-content table .quantity-wrapper input:not(._btn):-ms-input-placeholder,body:not(.index-template) section.cart-content table .quantity-wrapper select:not(._btn):-ms-input-placeholder {
    font-size: 14px
}

body:not(.index-template) section.cart-content table .quantity-wrapper input:not(._btn)::-ms-input-placeholder,body:not(.index-template) section.cart-content table .quantity-wrapper select:not(._btn)::-ms-input-placeholder {
    font-size: 14px
}

body:not(.index-template) section.cart-content table .product_image {
    max-width: 100%
}

body:not(.index-template) section.cart-content table .product_image>a {
    display: block
}

body:not(.index-template) section.cart-content table thead {
    background-color: #f7f1e9;
    border: 1px solid #dbcebd
}

body:not(.index-template) section.cart-content table thead tr th {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px
}

body:not(.index-template) section.cart-content table thead tr th.wishlist-image,body:not(.index-template) section.cart-content table thead tr th.image {
    text-align: left
}

body:not(.index-template) section.cart-content table tbody tr {
    border-style: solid;
    border-color: #dbcebd;
    border-width: 1px;
    border-top-width: 0
}

body:not(.index-template) section.cart-content table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 30px
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) section.cart-content table tbody tr td {
        padding: 15px
    }
}

body:not(.index-template) section.cart-content table tbody tr td.image {
    padding-right: 20px;
    min-width: 200px;
    max-width: 200px
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) section.cart-content table tbody tr td.image {
        padding-right: 15px;
        min-width: 150px;
        max-width: 150px
    }
}

body:not(.index-template) section.cart-content table tbody tr td.image-info {
    text-align: left;
    padding-left: 0;
    min-width: 100px
}

body:not(.index-template) section.cart-content table tbody tr.summary {
    color: #000
}

body:not(.index-template) section.cart-content table tbody tr.summary .total_label {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500
}

body:not(.index-template) section.cart-content table tbody tr.summary .price {
    text-align: right
}

body:not(.index-template) section.cart-content table tbody tr.summary .price .money {
    color: #000;
    font-weight: 900
}

body:not(.index-template) section.cart-content .group-button {
    *zoom: 1
}

body:not(.index-template) section.cart-content .group-button::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) section.cart-content .group-button ._btn {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

body:not(.index-template) section.cart-content .group-button ._btn * {
    color: currentcolor
}

body:not(.index-template) section.cart-content .group-button ._btn:focus,body:not(.index-template) section.cart-content .group-button ._btn:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body:not(.index-template) section.cart-content .group-button ._btn:focus *,body:not(.index-template) section.cart-content .group-button ._btn:hover * {
    color: currentcolor
}

body:not(.index-template) section.cart-content .group-button .group_btn_right {
    float: right
}

body:not(.index-template) section.cart-content .group-button .group_btn_right ._btn {
    margin-left: 28px
}

body:not(.index-template) section.cart-content .group-checkout-input {
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px
}

body:not(.index-template) section.cart-content .group-checkout-input::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator h3 {
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator h3 {
        line-height: 1.6em
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator h3 {
        font-size: 16px
    }
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .group_form,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.login-layout,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.login-layout,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.register-layout,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.register-layout,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .faqs-content .contact-layout #contactFormWrapper,body:not(.index-template) .faqs-content .contact-layout section.cart-content .group-checkout-input .shipping-calculator #contactFormWrapper {
    *zoom: 1
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .group_form::after,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.login-layout::after,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.login-layout::after,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.register-layout::after,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.register-layout::after,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .faqs-content .contact-layout #contactFormWrapper::after,body:not(.index-template) .faqs-content .contact-layout section.cart-content .group-checkout-input .shipping-calculator #contactFormWrapper::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .group_form .form-action ._btn,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.login-layout .form-action ._btn,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.login-layout .form-action ._btn,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.register-layout .form-action ._btn,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.register-layout .form-action ._btn,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .faqs-content .contact-layout #contactFormWrapper .form-action ._btn,body:not(.index-template) .faqs-content .contact-layout section.cart-content .group-checkout-input .shipping-calculator #contactFormWrapper .form-action ._btn {
    float: left;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .group_form .form-action ._btn *,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.login-layout .form-action ._btn *,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.login-layout .form-action ._btn *,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.register-layout .form-action ._btn *,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.register-layout .form-action ._btn *,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .faqs-content .contact-layout #contactFormWrapper .form-action ._btn *,body:not(.index-template) .faqs-content .contact-layout section.cart-content .group-checkout-input .shipping-calculator #contactFormWrapper .form-action ._btn * {
    color: currentcolor
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .group_form .form-action ._btn:hover,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.login-layout .form-action ._btn:hover,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.login-layout .form-action ._btn:hover,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.register-layout .form-action ._btn:hover,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.register-layout .form-action ._btn:hover,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .faqs-content .contact-layout #contactFormWrapper .form-action ._btn:hover,body:not(.index-template) .faqs-content .contact-layout section.cart-content .group-checkout-input .shipping-calculator #contactFormWrapper .form-action ._btn:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .group_form .form-action ._btn:hover *,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.login-layout .form-action ._btn:hover *,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.login-layout .form-action ._btn:hover *,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator main section.customers-layout.register-layout .form-action ._btn:hover *,body:not(.index-template) main section.cart-content .group-checkout-input .shipping-calculator section.customers-layout.register-layout .form-action ._btn:hover *,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator .faqs-content .contact-layout #contactFormWrapper .form-action ._btn:hover *,body:not(.index-template) .faqs-content .contact-layout section.cart-content .group-checkout-input .shipping-calculator #contactFormWrapper .form-action ._btn:hover * {
    color: currentcolor
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator #wrapper-response {
    *zoom: 1;
    margin-top: 30px
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator #wrapper-response::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator #wrapper-response #shipping-rates-feedback {
    margin-bottom: 0px
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator ._btn {
    color: #000;
    border-color: #000;
    background-color: #fff;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator ._btn * {
    color: currentcolor
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator ._btn:focus,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator ._btn:hover {
    color: #000;
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator ._btn:focus *,body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator ._btn:hover * {
    color: currentcolor
}

body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .note-content label {
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 30px
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .note-content label {
        line-height: 1.6em
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .note-content label {
        font-size: 16px
    }
}

body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .note-content textarea {
    min-height: 100px
}

body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .note-content .form-item {
    margin-bottom: 16px
}

body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .checkout-content .buttons ._btn {
    width: 100%;
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .checkout-content .buttons ._btn * {
    color: currentcolor
}

body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .checkout-content .buttons ._btn:hover,body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .checkout-content .buttons ._btn:focus {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .checkout-content .buttons ._btn:hover *,body:not(.index-template) section.cart-content .group-checkout-input .checkout-buttons .checkout-content .buttons ._btn:focus * {
    color: currentcolor
}

body:not(.index-template) section.cart-content .group_mobile .price-mobile,body:not(.index-template) section.cart-content .group_mobile .quantity-mobile {
    margin-bottom: 5px
}

body:not(.index-template) section.cart-content .group_mobile .price-mobile {
    display: block
}

@media only screen and (min-width: 768px) {
    body:not(.index-template) section.cart-content .group_mobile {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) section.cart-content table thead tr th {
        padding-left: 15px;
        padding-right: 15px
    }

    body:not(.index-template) section.cart-content .group-checkout-input {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) section.cart-content table {
        margin-left: -10px;
        margin-right: -10px;
        width: auto
    }

    body:not(.index-template) section.cart-content table .quantity-wrapper input[type="text"] {
        width: 70px
    }

    body:not(.index-template) section.cart-content table .product_name>a {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px
    }

    body:not(.index-template) section.cart-content table thead {
        display: none
    }

    body:not(.index-template) section.cart-content table tbody {
        display: block;
        text-align: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start
    }

    body:not(.index-template) section.cart-content table tbody tr {
        padding: 0 10px;
        margin-bottom: 15px;
        vertical-align: top;
        display: block;
        border-width: 0
    }

    body:not(.index-template) section.cart-content table tbody tr.summary {
        background-color: #f7f1e9;
        width: 100%;
        *zoom: 1
    }

    body:not(.index-template) section.cart-content table tbody tr.summary::after {
        content: '';
        display: table;
        clear: both
    }

    body:not(.index-template) section.cart-content table tbody tr.summary td {
        width: 50%;
        display: block;
        float: left
    }

    body:not(.index-template) section.cart-content table tbody tr:not(.summary) {
        width: 50%;
        margin-bottom: 30px
    }

    body:not(.index-template) section.cart-content table tbody tr:not(.summary) .money {
        font-size: 20px;
        color: #000;
        font-weight: 500
    }

    body:not(.index-template) section.cart-content table tbody tr:not(.summary) td {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0 !important
    }

    body:not(.index-template) section.cart-content table tbody tr:not(.summary) td.remove,body:not(.index-template) section.cart-content table tbody tr:not(.summary) td.total.title-1,body:not(.index-template) section.cart-content table tbody tr:not(.summary) td.qty,body:not(.index-template) section.cart-content table tbody tr:not(.summary) td.price {
        display: none !important;
        width: 0;
        max-width: 0;
        min-width: 0
    }

    body:not(.index-template) section.cart-content table tbody tr:not(.summary) td.image {
        max-width: 100%;
        min-width: 0;
        margin-bottom: 25px
    }

    body:not(.index-template) section.cart-content .group-button ._btn {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px
    }

    body:not(.index-template) section.cart-content .group-button .group_btn_right {
        width: 100%
    }

    body:not(.index-template) section.cart-content .group-checkout-input>div {
        padding-left: 0;
        padding-right: 0
    }

    body:not(.index-template) section.cart-content .group-checkout-input .shipping-calculator #wrapper-response {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) section.cart-content {
        margin-top: 25px;
        margin-bottom: 25px
    }

    body:not(.index-template) section.cart-content table .product_name>a {
        font-size: 12px
    }

    body:not(.index-template) section.cart-content table tbody tr:not(.summary) .money {
        font-size: 14px
    }

    body:not(.index-template) section.cart-content table tbody tr:not(.summary) td.image {
        margin-bottom: 10px
    }
}

body:not(.index-template) #wishlistcontent {
    margin-top: 0px;
    margin-bottom: 50px
}

body:not(.index-template) #wishlistcontent ul {
    margin: 0
}

body:not(.index-template) #wishlistcontent ul li {
    list-style: none
}

body:not(.index-template) #wishlistcontent li {
    background-color: #f3e8dd
}

body:not(.index-template) #wishlistcontent .wishlist-count,body:not(.index-template) #wishlistcontent span.none {
    text-align: center;
    text-transform: uppercase;
    color: #444;
    display: block
}

body:not(.index-template) #wishlistcontent .wishlist-count {
    margin-bottom: 20px;
    font-weight: 600
}

@media only screen and (min-width: 768px) {
    body:not(.index-template) #wishlistcontent .wlr,body:not(.index-template) #wishlistcontent .wishlist-heading {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }

    body:not(.index-template) #wishlistcontent .wlr>div,body:not(.index-template) #wishlistcontent .wishlist-heading>div {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

body:not(.index-template) #wishlistcontent .wlr>div,body:not(.index-template) #wishlistcontent .wishlist-heading>div {
    text-align: center;
    vertical-align: middle;
    padding: 30px
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) #wishlistcontent .wlr>div,body:not(.index-template) #wishlistcontent .wishlist-heading>div {
        padding: 15px
    }
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart,body:not(.index-template) #wishlistcontent .wishlist-heading .wishlist-addCart {
    min-width: 215px;
    max-width: 215px;
    text-align: left
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-name,body:not(.index-template) #wishlistcontent .wishlist-heading .wishlist-name {
    min-width: 100px;
    text-align: left
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-image,body:not(.index-template) #wishlistcontent .wishlist-heading .wishlist-image {
    padding-right: 20px;
    min-width: 200px;
    max-width: 200px
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) #wishlistcontent .wlr .wishlist-image,body:not(.index-template) #wishlistcontent .wishlist-heading .wishlist-image {
        padding-right: 15px;
        min-width: 150px;
        max-width: 150px
    }
}

body:not(.index-template) #wishlistcontent .wishlist-heading {
    background-color: #f7f1e9;
    border: 1px solid #dbcebd
}

body:not(.index-template) #wishlistcontent .wishlist-heading>div {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px
}

body:not(.index-template) #wishlistcontent .wishlist-heading>div.wishlist-image,body:not(.index-template) #wishlistcontent .wishlist-heading>div.image {
    text-align: left
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) #wishlistcontent .wishlist-heading {
        display: none
    }
}

body:not(.index-template) #wishlistcontent .wlr {
    border-style: solid;
    border-color: #dbcebd;
    border-width: 1px;
    border-top-width: 0
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-name {
    font-size: 14px;
    color: #444
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-name>a {
    color: #444;
    font-weight: 600;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 15px
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-name a {
    margin-bottom: 0
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-price .price_compare {
    font-size: 14px;
    color: #b0b0b0;
    padding-left: 10px
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-price .price_compare .money {
    color: #b0b0b0;
    font-weight: 500
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-price .money {
    color: #444;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) #wishlistcontent .wlr .wishlist-price .price_compare {
        font-size: 16px
    }

    body:not(.index-template) #wishlistcontent .wlr .wishlist-price .money {
        font-weight: 500;
        font-size: 20px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) #wishlistcontent .wlr .wishlist-price .price_compare {
        font-size: 12px
    }

    body:not(.index-template) #wishlistcontent .wlr .wishlist-price .money {
        font-size: 14px
    }
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart ._btn {
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart ._btn * {
    color: currentcolor
}

@media only screen and (min-width: 768px) {
    body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart ._btn {
        width: 100%
    }
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart ._btn:hover,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart ._btn:focus {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart ._btn:hover *,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart ._btn:focus * {
    color: currentcolor
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content .quantity-title,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content label,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper .quantity-title,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper label {
    font-size: 14px;
    margin-right: 5px;
    color: #000;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    width: 60px
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content input,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content select,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content input:not(._btn),body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content select:not(._btn),body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input:not(._btn),body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select:not(._btn) {
    width: 100%;
    height: 40px;
    border: 1px solid #dbcebd;
    border-radius: 5px;
    padding: 4px 5px 0 5px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content input:not(._btn)::-webkit-input-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content select:not(._btn)::-webkit-input-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input:not(._btn)::-webkit-input-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select:not(._btn)::-webkit-input-placeholder {
    font-size: 14px
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content input:not(._btn)::-moz-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content select:not(._btn)::-moz-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input:not(._btn)::-moz-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select:not(._btn)::-moz-placeholder {
    font-size: 14px
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content input:not(._btn):-ms-input-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content select:not(._btn):-ms-input-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input:not(._btn):-ms-input-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select:not(._btn):-ms-input-placeholder {
    font-size: 14px
}

body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content input:not(._btn)::-ms-input-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .quantity-content select:not(._btn)::-ms-input-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input:not(._btn)::-ms-input-placeholder,body:not(.index-template) #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select:not(._btn)::-ms-input-placeholder {
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) #wishlistcontent {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px
    }

    body:not(.index-template) #wishlistcontent>ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body:not(.index-template) #wishlistcontent .wishlist-added {
        border-width: 0;
        display: block;
        width: 50%;
        padding: 0 10px;
        margin-bottom: 30px
    }

    body:not(.index-template) #wishlistcontent .wishlist-added>div {
        padding: 0 !important
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-image {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 20px
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-addCart .others-bottom {
        float: left
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-remove {
        float: left;
        margin-top: 20px
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-remove>span {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500;
        padding-right: 0;
        padding-left: 10px
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-price {
        text-align: left;
        margin-bottom: 10px
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-name {
        margin-bottom: 15px
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-name a {
        font-weight: 500;
        font-size: 16px
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-addCart {
        min-width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-name {
        margin-bottom: 5px
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-name a {
        font-size: 12px
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-addCart ._btn {
        font-size: 12px;
        border-width: 1px;
        height: 25px;
        line-height: 23px;
        padding: 0 15px;
        font-weight: 500;
        letter-spacing: 0.05em
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-remove>span {
        font-size: 12px;
        border-width: 1px;
        height: 25px;
        line-height: 23px;
        padding: 0 15px;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding-left: 3px;
        padding-right: 0
    }

    body:not(.index-template) #wishlistcontent .wishlist-added .wishlist-image {
        margin-bottom: 10px
    }
}

body:not(.index-template) #comparecontent {
    margin-top: 15px;
    margin-bottom: 50px
}

body:not(.index-template) #comparecontent ul {
    margin: 0
}

body:not(.index-template) #comparecontent ul li {
    list-style: none
}

body:not(.index-template) #comparecontent .compare-count {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
    font-weight: 600
}

body:not(.index-template) #comparecontent .compare-heading {
    display: none
}

body:not(.index-template) #comparecontent>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 25%;
    background-color: #f7f1e9
}

body:not(.index-template) #comparecontent>ul .compare {
    background-color: #f3e8dd;
    width: 33.33333%;
    position: relative;
    border-style: solid;
    border-color: #f7f1e9;
    border-width: 1px;
    border-left-width: 0
}

body:not(.index-template) #comparecontent>ul .compare:nth-of-type(2)>div:not(.compare-remove) {
    position: relative
}

body:not(.index-template) #comparecontent>ul .compare:nth-of-type(2)>div:not(.compare-remove):before {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
    position: absolute;
    width: 100%;
    right: 100%;
    top: 0;
    bottom: 0;
    text-align: left;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 17px;
    padding-bottom: 17px
}

body:not(.index-template) #comparecontent>ul .compare:nth-of-type(2)>div:not(.compare-remove):before.wishlist-image,body:not(.index-template) #comparecontent>ul .compare:nth-of-type(2)>div:not(.compare-remove):before.image {
    text-align: left
}

body:not(.index-template) #comparecontent>ul .compare:nth-of-type(2) .compare-image:before {
    content: "product"
}

body:not(.index-template) #comparecontent>ul .compare:nth-of-type(2) .compare-addCart:before {
    content: "add to cart"
}

body:not(.index-template) #comparecontent>ul .compare:nth-of-type(2) .compare-price:before {
    content: '';
    border-bottom: 1px solid #dbcebd;
    margin-bottom: -1px
}

body:not(.index-template) #comparecontent>ul .compare>div {
    padding: 15px
}

body:not(.index-template) #comparecontent>ul .compare .compare-addCart {
    padding-top: 30px;
    padding-bottom: 30px
}

body:not(.index-template) #comparecontent>ul .compare .compare-addCart .quantity-title,body:not(.index-template) #comparecontent>ul .compare .compare-addCart label {
    font-size: 14px;
    margin-right: 5px;
    color: #000;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    width: 60px
}

body:not(.index-template) #comparecontent>ul .compare .compare-addCart input,body:not(.index-template) #comparecontent>ul .compare .compare-addCart select {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

body:not(.index-template) #comparecontent>ul .compare .compare-addCart input:not(._btn),body:not(.index-template) #comparecontent>ul .compare .compare-addCart select:not(._btn) {
    width: 100%;
    height: 40px;
    border: 1px solid #dbcebd;
    border-radius: 5px;
    padding: 4px 5px 0 5px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px
}

body:not(.index-template) #comparecontent>ul .compare .compare-addCart input:not(._btn)::-webkit-input-placeholder,body:not(.index-template) #comparecontent>ul .compare .compare-addCart select:not(._btn)::-webkit-input-placeholder {
    font-size: 14px
}

body:not(.index-template) #comparecontent>ul .compare .compare-addCart input:not(._btn)::-moz-placeholder,body:not(.index-template) #comparecontent>ul .compare .compare-addCart select:not(._btn)::-moz-placeholder {
    font-size: 14px
}

body:not(.index-template) #comparecontent>ul .compare .compare-addCart input:not(._btn):-ms-input-placeholder,body:not(.index-template) #comparecontent>ul .compare .compare-addCart select:not(._btn):-ms-input-placeholder {
    font-size: 14px
}

body:not(.index-template) #comparecontent>ul .compare .compare-addCart input:not(._btn)::-ms-input-placeholder,body:not(.index-template) #comparecontent>ul .compare .compare-addCart select:not(._btn)::-ms-input-placeholder {
    font-size: 14px
}

body:not(.index-template) #comparecontent>ul .compare .others-bottom {
    *zoom: 1;
    margin-top: 15px
}

body:not(.index-template) #comparecontent>ul .compare .others-bottom::after {
    content: '';
    display: table;
    clear: both
}

body:not(.index-template) #comparecontent>ul .compare .others-bottom ._btn {
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    float: left
}

body:not(.index-template) #comparecontent>ul .compare .others-bottom ._btn * {
    color: currentcolor
}

body:not(.index-template) #comparecontent>ul .compare .others-bottom ._btn:hover,body:not(.index-template) #comparecontent>ul .compare .others-bottom ._btn:focus {
    color: #000;
    border-color: #000;
    background-color: #fff
}

body:not(.index-template) #comparecontent>ul .compare .others-bottom ._btn:hover *,body:not(.index-template) #comparecontent>ul .compare .others-bottom ._btn:focus * {
    color: currentcolor
}

body:not(.index-template) #comparecontent>ul .compare .others-bottom .compare-remove>span {
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    cursor: pointer
}

body:not(.index-template) #comparecontent>ul .compare .compare-image {
    margin-bottom: 10px
}

body:not(.index-template) #comparecontent>ul .compare .compare-name {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0
}

body:not(.index-template) #comparecontent>ul .compare .compare-price {
    font-size: 20px;
    color: #9d1414;
    border-bottom: 1px solid #dbcebd;
    padding-bottom: 28px;
    padding-top: 0
}

body:not(.index-template) #comparecontent>ul .compare .compare-price .price_compare {
    font-size: 16px;
    color: #000
}

body:not(.index-template) #comparecontent>ul .compare .compare-price .price_compare .money {
    color: #000
}

body:not(.index-template) #comparecontent>ul .compare>.compare-remove {
    position: absolute;
    top: 25px;
    right: 25px;
    border: 1px solid #000;
    background-color: #f3e8dd;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    color: #000;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0
}

body:not(.index-template) #comparecontent>ul .compare>.compare-remove .cs-icon {
    line-height: 22px;
    display: block;
    font-size: 12px;
    font-weight: 600
}

@media only screen and (max-width: 1199px) {
    body:not(.index-template) #comparecontent>ul {
        padding-left: 150px
    }

    body:not(.index-template) #comparecontent>ul .compare:nth-of-type(2)>div:not(.compare-remove):before {
        width: 150px;
        padding-left: 15px;
        padding-right: 15px
    }

    body:not(.index-template) #comparecontent>ul .compare .others-bottom .compare-remove span {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 991px) {
    body:not(.index-template) #comparecontent>ul .compare .others-bottom ._btn {
        font-size: 12px;
        border-width: 1px;
        height: 25px;
        line-height: 23px;
        padding: 0 15px;
        font-weight: 500;
        letter-spacing: 0.05em
    }

    body:not(.index-template) #comparecontent>ul .compare .others-bottom .compare-remove>span {
        font-size: 12px;
        border-width: 1px;
        height: 25px;
        line-height: 23px;
        padding: 0 15px;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media only screen and (max-width: 767px) {
    body:not(.index-template) #comparecontent {
        overflow-x: auto;
        width: 100%;
        padding-bottom: 20px
    }

    body:not(.index-template) #comparecontent>ul {
        width: 747px;
        min-width: 747px;
        max-width: 747px
    }
}

@media only screen and (max-width: 425px) {
    body:not(.index-template) #comparecontent>ul {
        padding-left: 120px;
        width: 650px;
        min-width: 650px;
        max-width: 650px
    }

    body:not(.index-template) #comparecontent>ul .compare:nth-of-type(2)>div:not(.compare-remove):before {
        width: 120px;
        font-size: 12px
    }

    body:not(.index-template) #comparecontent>ul .compare .compare-name {
        font-size: 12px
    }

    body:not(.index-template) #comparecontent>ul .compare .compare-price {
        font-size: 14px;
        padding-bottom: 20px
    }

    body:not(.index-template) #comparecontent>ul .compare .compare-price .price_compare {
        font-size: 12px
    }

    body:not(.index-template) #comparecontent>ul .compare .compare-image {
        margin-bottom: 0
    }
}

body:not(.index-template) .testimonial-content {
    margin-top: 0px;
    margin-bottom: 50px
}

body:not(.index-template) .testimonial-content .testimonial-slider {
    margin-bottom: 50px
}

body:not(.index-template) .testimonial-content .testimonial-slider .slider-item .item-bottom>a {
    color: #000
}

body:not(.index-template) .testimonial-content .testimonial-slider .slider-item .item-bottom>a:hover {
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

@media only screen and (max-width: 767px) {
    body .container {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

body .no-options .swatch,body .no-options .modal.quick-shop .swatch_quick,body .modal.quick-shop .no-options .swatch_quick {
    display: none !important
}

body .swatch,body .modal.quick-shop .swatch_quick {
    margin-bottom: 5px
}

body .swatch .header,body .modal.quick-shop .swatch_quick .header {
    font-size: 14px;
    font-weight: 600;
    font-family: Josefin Sans;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    float: left
}

@media (max-width: 540px) {
    body .swatch .header,body .modal.quick-shop .swatch_quick .header {
        width: 100%
    }
}

body .swatch .swatch-element,body .modal.quick-shop .swatch_quick .swatch-element {
    float: left;
    border-width: 0px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-position: -1px -1px;
    position: relative
}

body .swatch .swatch-element .crossed-out,body .modal.quick-shop .swatch_quick .swatch-element .crossed-out {
    display: none
}

body .swatch .swatch-element input,body .modal.quick-shop .swatch_quick .swatch-element input {
    display: none
}

body .swatch .swatch-element label,body .modal.quick-shop .swatch_quick .swatch-element label {
    width: 100%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #dbcebd;
    background-color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 27px;
    background-position: -1px -1px;
    font-size: 14px
}

body .swatch .swatch-element input:checked+label,body .modal.quick-shop .swatch_quick .swatch-element input:checked+label,body .swatch .swatch-element.active label,body .modal.quick-shop .swatch_quick .swatch-element.active label,body .swatch .swatch-element:hover label,body .modal.quick-shop .swatch_quick .swatch-element:hover label {
    background-color: #3F3F3F;
    color: #FFF;
    border-color: #3F3F3F
}

body .swatch:not(.color) .swatch-element,body .modal.quick-shop .swatch_quick:not(.color) .swatch-element {
    min-width: 30px;
    height: 30px;
    margin-right: -1px;
    border-radius: 0
}

body .swatch:not(.color) .swatch-element label,body .modal.quick-shop .swatch_quick:not(.color) .swatch-element label {
    border-radius: 0
}

body .swatch.color,body .modal.quick-shop .color.swatch_quick {
    padding: 0px;
    cursor: pointer
}

body .swatch.color .swatch-element,body .modal.quick-shop .color.swatch_quick .swatch-element {
    min-width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 50%
}

body .swatch.color .swatch-element.white label,body .modal.quick-shop .color.swatch_quick .swatch-element.white label {
    border: 1px solid #dbcebd !important
}

body .swatch.color .swatch-element label,body .modal.quick-shop .color.swatch_quick .swatch-element label {
    border-radius: 50%;
    border-width: 0px !important
}

body .swatch.color .swatch-element.active,body .modal.quick-shop .color.swatch_quick .swatch-element.active {
    cursor: default
}

body .swatch.color .swatch-element.active,body .modal.quick-shop .color.swatch_quick .swatch-element.active,body .swatch.color .swatch-element:hover,body .modal.quick-shop .color.swatch_quick .swatch-element:hover {
    border-color: #000 !important;
    background-color: #fff;
    padding: 3px
}

@media only screen and (max-width: 425px) {
    body .swatch .header,body .modal.quick-shop .swatch_quick .header {
        font-size: 12px
    }

    body .swatch .swatch-element,body .modal.quick-shop .swatch_quick .swatch-element {
        margin-bottom: 7px
    }
}

body .modal.quick-shop .modal-dialog {
    width: 100% !important;
    max-width: 900px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

body .modal.quick-shop .modal-dialog .modal-content {
    border-radius: 0;
    background-color: #f3e8dd
}

body .modal.quick-shop .modal-dialog .modal-content .modal-header {
    height: 50px;
    border-width: 0
}

body .modal.quick-shop .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body .modal.quick-shop .modal-dialog .modal-content .modal-header .close:hover {
    color: #9d1414
}

body .modal.quick-shop .modal-dialog .modal-content .modal-body {
    padding: 0 50px 50px 50px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information,body .modal.quick-shop .modal-dialog .modal-content .product-image {
    width: 50%;
    float: left
}

body .modal.quick-shop .modal-dialog .modal-content .product-image {
    padding-left: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .gallery-images-layout {
    overflow: hidden;
    position: relative
}

body .modal.quick-shop .modal-dialog .modal-content .product-image #featuted-image {
    border-width: 0;
    text-align: center;
    margin-bottom: 20px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image #featuted-image>span {
    display: block !important
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .show-image-load {
    text-align: center;
    width: 100%;
    z-index: 9
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .show-image-load i {
    color: #9d1414
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .gallery-images-inner {
    margin-left: -5px;
    margin-right: -5px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content {
    padding-right: 35px;
    padding-left: 35px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    border-radius: 50%
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical a {
    display: block
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical a img {
    border: 3px solid #fff;
    border-radius: 50%
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical:hover img,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical.active img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -15px;
    width: 30px;
    text-align: center;
    border-style: solid;
    background-image: none !important;
    border-radius: 50%;
    border-width: 1px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border-color: #dbb9b1;
    background-color: #dbb9b1;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 30px;
    height: 30px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev *,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next * {
    color: currentcolor
}

@media (min-width: 1200px) {
    body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:before,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:before {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    font-size: 22px;
    margin-top: -11.5px;
    left: 0px;
    width: 100%;
    text-align: center
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:focus,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:hover,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:focus,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:hover {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:focus *,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:hover *,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:focus *,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:hover * {
    color: currentcolor
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev {
    left: 7px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next {
    right: 7px
}

body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content:focus .owl-controls,body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content:hover .owl-controls {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .modal.quick-shop .modal-dialog .modal-content .product-image #featuted-image {
    margin-bottom: 30px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information {
    padding-right: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .title {
    margin-top: 0;
    font-family: Playball;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 16px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .title * {
    margin-top: 0;
    font-family: Playball;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 36px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .description {
    font-size: 14px;
    color: #343434;
    line-height: 1.5em;
    margin-bottom: 18px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price {
    text-align: left;
    margin-bottom: 27px;
    border-top: 1px solid #dbcebd;
    border-bottom: 1px solid #dbcebd;
    padding-top: 15px;
    padding-bottom: 15px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price h2 {
    margin: 0;
    font-size: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price .money {
    color: #8d785b;
    font-family: Playball;
    font-weight: 600;
    font-size: 32px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del {
    margin-left: 10px;
    color: #c83700
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del .money {
    color: #c83700
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del .money {
    font-weight: 500;
    font-size: 18px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 25px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase {
    width: 100%;
    float: left
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart {
    font-size: 17px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 54px;
    line-height: 52px;
    padding-left: 56px;
    font-size: 17px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 54px;
    line-height: 52px;
    width: 100%;
    text-align: center
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart .cs-icon {
    margin-right: 0px;
    position: absolute;
    top: 50%;
    font-size: 30px;
    left: 16px;
    margin-top: -15px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:focus,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:hover {
    color: #000;
    border-color: #000;
    background-color: #fff
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:focus *,body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:hover * {
    color: currentcolor
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart>span {
    position: relative;
    padding-left: 35px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart .cs-icon {
    left: 0 !important
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper {
    margin-bottom: 23px;
    float: left
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper-title {
    font-family: Josefin Sans;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 1px;
    width: 90px;
    float: left;
    margin: 10px 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 34px;
    width: 64px;
    min-width: 64px;
    border-radius: 30px;
    padding: 0 17px 0 0;
    position: relative;
    border: 1px solid #dbcebd;
    border-radius: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up,body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down {
    right: 0;
    left: auto;
    position: absolute;
    background-color: transparent;
    text-align: center;
    width: 17px;
    height: 17px;
    border-color: #dbcebd;
    border-style: solid;
    border-width: 0px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up:before,body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down:before {
    line-height: 15px;
    color: #444;
    font-size: 8px;
    height: 100%;
    display: block
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up:hover:before,body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down:hover:before {
    color: #444
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down {
    top: 50%
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up {
    top: 0
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper input[type="text"] {
    text-align: center;
    max-width: 100%;
    width: 100%;
    border-width: 0;
    font-size: 18px;
    height: 100%;
    padding: 5px;
    font-weight: 500
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper ::-webkit-input-placeholder {
    font-size: 20px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper ::-moz-placeholder {
    font-size: 20px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper :-ms-input-placeholder {
    font-size: 20px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper ::-ms-input-placeholder {
    font-size: 20px
}

@media only screen and (max-width: 425px) {
    body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper {
        height: 40px
    }

    body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper input[type="text"] {
        font-size: 14px
    }
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content {
    *zoom: 1
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content::after {
    content: '';
    display: table;
    clear: both
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a {
    margin-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    cursor: pointer;
    padding-top: 4px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -15px;
    content: '';
    background-color: rgba(68,68,68,0.7);
    width: 1px;
    height: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a:last-child:before {
    display: none
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a .icon-small {
    margin-right: 5px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a:hover,body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a:focus,body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a.wishlist-added,body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a.compare-added {
    color: #9d1414
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a:hover *,body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a:focus *,body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a.wishlist-added *,body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content>a.compare-added * {
    color: #9d1414
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .swatch-variant,body .modal.quick-shop .modal-dialog .modal-content .product-information .selector-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .swatch-variant>label,body .modal.quick-shop .modal-dialog .modal-content .product-information .selector-wrapper>label {
    font-family: Josefin Sans;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 1px;
    width: 90px;
    line-height: 1em;
    margin: 10px 0;
    float: left
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .swatch-variant select,body .modal.quick-shop .modal-dialog .modal-content .product-information .selector-wrapper select {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #dbcebd;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 34px;
    max-width: 230px;
    text-transform: capitalize;
    background-color: transparent
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .variant-wrapper-color {
    display: none
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-type {
    margin-bottom: 0px;
    margin-top: 20px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .rating-content {
    margin-bottom: 17px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .spr-badge-caption {
    color: #444;
    font-size: 14px;
    font-style: italic;
    margin-left: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quick-shop-management {
    margin-bottom: 6px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quick-shop-management .management-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-right: 5px;
    font-size: 14px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quick-shop-management .management-description {
    color: #9d1414;
    font-style: italic;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price {
    margin-bottom: 27px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del {
    margin-right: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface {
    *zoom: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-top: 1px solid #dbcebd;
    padding-top: 25px;
    margin-top: 20px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface::after {
    content: '';
    display: table;
    clear: both
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .social-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-right: 45px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .quick-shop-social a {
    border-width: 0;
    background-color: transparent;
    margin-right: 15px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .quick-shop-social .fa {
    font-size: 16px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper {
    padding-right: 10px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper {
    height: 54px;
    width: 90px;
    min-width: 90px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down,body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up {
    width: 17px;
    height: 27px
}

body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down:before,body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up:before {
    line-height: 27px
}

body .modal.quick-shop .swatch_quick>label {
    width: 90px;
    float: left
}

body .product-detail-content .detail-content .info-detail-pro {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body .product-detail-content .detail-content #product-information,body .product-detail-content .detail-content #product-image {
    width: 50%
}

body .product-detail-content .detail-content #product-image {
    padding-left: 0
}

body .product-detail-content .detail-content #product-image .gallery-images-layout {
    overflow: hidden;
    position: relative
}

body .product-detail-content .detail-content #product-image #featuted-image {
    border-width: 0;
    text-align: center;
    margin-bottom: 20px
}

body .product-detail-content .detail-content #product-image #featuted-image>span {
    display: block !important
}

body .product-detail-content .detail-content #product-image .show-image-load {
    text-align: center;
    width: 100%;
    z-index: 9
}

body .product-detail-content .detail-content #product-image .show-image-load i {
    color: #9d1414
}

body .product-detail-content .detail-content #product-image .gallery-images-inner {
    margin-left: -5px;
    margin-right: -5px
}

body .product-detail-content .detail-content #product-image .vertical-image-content {
    padding-right: 35px;
    padding-left: 35px
}

body .product-detail-content .detail-content #product-image .vertical-image-content .image-vertical {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    border-radius: 50%
}

body .product-detail-content .detail-content #product-image .vertical-image-content .image-vertical a {
    display: block
}

body .product-detail-content .detail-content #product-image .vertical-image-content .image-vertical a img {
    border: 3px solid #fff;
    border-radius: 50%
}

body .product-detail-content .detail-content #product-image .vertical-image-content .image-vertical:hover img,body .product-detail-content .detail-content #product-image .vertical-image-content .image-vertical.active img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-prev,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-next {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -15px;
    width: 30px;
    text-align: center;
    border-style: solid;
    background-image: none !important;
    border-radius: 50%;
    border-width: 1px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border-color: #dbb9b1;
    background-color: #dbb9b1;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 30px;
    height: 30px
}

body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-prev *,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-next * {
    color: currentcolor
}

@media (min-width: 1200px) {
    body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-prev,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-next {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-prev:before,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-next:before {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    font-size: 22px;
    margin-top: -11.5px;
    left: 0px;
    width: 100%;
    text-align: center
}

body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-prev:focus,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-prev:hover,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-next:focus,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-next:hover {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-prev:focus *,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-prev:hover *,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-next:focus *,body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-next:hover * {
    color: currentcolor
}

body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-prev {
    left: 7px
}

body .product-detail-content .detail-content #product-image .vertical-image-content .owl-controls .owl-next {
    right: 7px
}

body .product-detail-content .detail-content #product-image .vertical-image-content:focus .owl-controls,body .product-detail-content .detail-content #product-image .vertical-image-content:hover .owl-controls {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .product-detail-content .detail-content #product-information {
    padding-right: 0
}

body .product-detail-content .detail-content #product-information .title {
    margin-top: 0;
    font-family: Playball;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 16px
}

body .product-detail-content .detail-content #product-information .title * {
    margin-top: 0;
    font-family: Playball;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 36px
}

body .product-detail-content .detail-content #product-information .description {
    font-size: 14px;
    color: #343434;
    line-height: 1.5em;
    margin-bottom: 18px
}

body .product-detail-content .detail-content #product-information .product-price {
    text-align: left;
    margin-bottom: 27px;
    border-top: 1px solid #dbcebd;
    border-bottom: 1px solid #dbcebd;
    padding-top: 15px;
    padding-bottom: 15px
}

body .product-detail-content .detail-content #product-information .product-price h2 {
    margin: 0;
    font-size: 0
}

body .product-detail-content .detail-content #product-information .product-price .money {
    color: #8d785b;
    font-family: Playball;
    font-weight: 600;
    font-size: 32px
}

body .product-detail-content .detail-content #product-information .product-price del {
    margin-left: 10px;
    color: #c83700
}

body .product-detail-content .detail-content #product-information .product-price del .money {
    color: #c83700
}

body .product-detail-content .detail-content #product-information .product-price del .money {
    font-weight: 500;
    font-size: 18px
}

body .product-detail-content .detail-content #product-information .purchase-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 25px
}

body .product-detail-content .detail-content #product-information .purchase-section .purchase {
    width: 100%;
    float: left
}

body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart {
    font-size: 17px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 54px;
    line-height: 52px;
    padding-left: 56px;
    font-size: 17px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 54px;
    line-height: 52px;
    width: 100%;
    text-align: center
}

body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart .cs-icon {
    margin-right: 0px;
    position: absolute;
    top: 50%;
    font-size: 30px;
    left: 16px;
    margin-top: -15px
}

body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart:focus,body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart:hover {
    color: #000;
    border-color: #000;
    background-color: #fff
}

body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart:focus *,body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart:hover * {
    color: currentcolor
}

body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart>span {
    position: relative;
    padding-left: 35px
}

body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart .cs-icon {
    left: 0 !important
}

body .product-detail-content .detail-content #product-information .quantity-wrapper {
    margin-bottom: 23px;
    float: left
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper-title {
    font-family: Josefin Sans;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 1px;
    width: 90px;
    float: left;
    margin: 10px 0
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 34px;
    width: 64px;
    min-width: 64px;
    border-radius: 30px;
    padding: 0 17px 0 0;
    position: relative;
    border: 1px solid #dbcebd;
    border-radius: 0
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper .qty-up,body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper .qty-down {
    right: 0;
    left: auto;
    position: absolute;
    background-color: transparent;
    text-align: center;
    width: 17px;
    height: 17px;
    border-color: #dbcebd;
    border-style: solid;
    border-width: 0px
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper .qty-up:before,body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper .qty-down:before {
    line-height: 15px;
    color: #444;
    font-size: 8px;
    height: 100%;
    display: block
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper .qty-up:hover:before,body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper .qty-down:hover:before {
    color: #444
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper .qty-down {
    top: 50%
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper .qty-up {
    top: 0
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper input[type="text"] {
    text-align: center;
    max-width: 100%;
    width: 100%;
    border-width: 0;
    font-size: 18px;
    height: 100%;
    padding: 5px;
    font-weight: 500
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper ::-webkit-input-placeholder {
    font-size: 20px
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper ::-moz-placeholder {
    font-size: 20px
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper :-ms-input-placeholder {
    font-size: 20px
}

body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper ::-ms-input-placeholder {
    font-size: 20px
}

@media only screen and (max-width: 425px) {
    body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper {
        height: 40px
    }

    body .product-detail-content .detail-content #product-information .quantity-wrapper .wrapper input[type="text"] {
        font-size: 14px
    }
}

body .product-detail-content .detail-content #product-information .comWish-content {
    *zoom: 1
}

body .product-detail-content .detail-content #product-information .comWish-content::after {
    content: '';
    display: table;
    clear: both
}

body .product-detail-content .detail-content #product-information .comWish-content>a {
    margin-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    cursor: pointer;
    padding-top: 4px
}

body .product-detail-content .detail-content #product-information .comWish-content>a:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -15px;
    content: '';
    background-color: rgba(68,68,68,0.7);
    width: 1px;
    height: 10px
}

body .product-detail-content .detail-content #product-information .comWish-content>a:last-child:before {
    display: none
}

body .product-detail-content .detail-content #product-information .comWish-content>a .icon-small {
    margin-right: 5px
}

body .product-detail-content .detail-content #product-information .comWish-content>a:hover,body .product-detail-content .detail-content #product-information .comWish-content>a:focus,body .product-detail-content .detail-content #product-information .comWish-content>a.wishlist-added,body .product-detail-content .detail-content #product-information .comWish-content>a.compare-added {
    color: #9d1414
}

body .product-detail-content .detail-content #product-information .comWish-content>a:hover *,body .product-detail-content .detail-content #product-information .comWish-content>a:focus *,body .product-detail-content .detail-content #product-information .comWish-content>a.wishlist-added *,body .product-detail-content .detail-content #product-information .comWish-content>a.compare-added * {
    color: #9d1414
}

body .product-detail-content .detail-content #product-information .swatch-variant,body .product-detail-content .detail-content #product-information .selector-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px
}

body .product-detail-content .detail-content #product-information .swatch-variant>label,body .product-detail-content .detail-content #product-information .selector-wrapper>label {
    font-family: Josefin Sans;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 1px;
    width: 90px;
    line-height: 1em;
    margin: 10px 0;
    float: left
}

body .product-detail-content .detail-content #product-information .swatch-variant select,body .product-detail-content .detail-content #product-information .selector-wrapper select {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #dbcebd;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 34px;
    max-width: 230px;
    text-transform: capitalize;
    background-color: transparent
}

body .product-detail-content .detail-content #product-information .variant-wrapper-color {
    display: none
}

body .product-detail-content .detail-content #product-information .product-type {
    margin-bottom: 0px;
    margin-top: 20px
}

body .product-detail-content .detail-content #product-information .product-rating {
    margin-bottom: 16px
}

body .product-detail-content .detail-content #product-information .product-rating>.rating-content * {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .product-detail-content .detail-content #product-information .product-rating>.rating-content .rating-title {
    font-weight: 600;
    padding-right: 5px
}

body .product-detail-content .detail-content #product-information .rating-content .rating-description>span {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .product-detail-content .detail-content #product-information .rating-content .rating-description .spr-badge {
    margin-right: 35px
}

body .product-detail-content .detail-content #product-information .rating-content .rating-description .spr-badge[data-rating="0.0"] {
    display: none
}

body .product-detail-content .detail-content #product-information .rating-content .rating-description .spr-badge[data-rating="0.0"]+.review-link {
    margin-left: 0
}

body .product-detail-content .detail-content #product-information .rating-content .rating-description .review-link,body .product-detail-content .detail-content #product-information .rating-content .rating-description .spr-badge-caption {
    color: #444;
    font-size: 16px;
    font-style: italic
}

body .product-detail-content .detail-content #product-information .rating-content .rating-description .review-link *,body .product-detail-content .detail-content #product-information .rating-content .rating-description .spr-badge-caption * {
    color: #444
}

body .product-detail-content .detail-content #product-information .rating-content .rating-description .spr-badge-caption {
    margin-left: 10px
}

body .product-detail-content .detail-content #product-information .rating-content .rating-description .review-link {
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

body .product-detail-content .detail-content #product-information .product-management {
    margin-top: 16px;
    margin-bottom: 16px
}

body .product-detail-content .detail-content #product-information .product-management .management-content {
    margin-bottom: 4px
}

body .product-detail-content .detail-content #product-information .product-management .management-content .management-title,body .product-detail-content .detail-content #product-information .product-management .management-content .management-description {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px
}

body .product-detail-content .detail-content #product-information .product-management .management-content .management-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-right: 5px;
    font-size: 14px
}

body .product-detail-content .detail-content #product-information .product-management .management-content .management-description {
    color: rgba(157,20,20,0.8);
    font-style: italic
}

body .product-detail-content .detail-content #product-information .product-management .management-content.management-out .management-description {
    color: red
}

body .product-detail-content .detail-content #product-information .supports-fontface {
    *zoom: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-top: 1px solid #dbcebd;
    padding-top: 15px;
    margin-top: 25px
}

body .product-detail-content .detail-content #product-information .supports-fontface::after {
    content: '';
    display: table;
    clear: both
}

body .product-detail-content .detail-content #product-information .supports-fontface .social-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-right: 45px
}

body .product-detail-content .detail-content #product-information .supports-fontface .social-sharing.is-clean a {
    border-width: 0;
    background-color: transparent;
    margin-right: 15px
}

body .product-detail-content .detail-content #product-information .supports-fontface .social-sharing .fa {
    font-size: 16px
}

body .product-detail-content .detail-content #product-information .group-product-information {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .product-detail-content .detail-content #product-information .group-product-information .product-rating {
    border-bottom: 1px solid #dbcebd;
    padding-bottom: 13px;
    margin-bottom: 15px
}

body .product-detail-content .detail-content #product-information .group-product-information .product-rating .rating-content {
    margin-bottom: 5px
}

body .product-detail-content .detail-content #product-information .group-product-information .product-rating .rating-content .rating-title {
    width: 100px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .product-detail-content .detail-content #product-information .group-product-information .product-rating .rating-content .rating-description {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .product-detail-content .detail-content #product-information .group-product-information .product-rating .rating-content .rating-description .spr-badge-starrating {
    margin-right: 10px
}

@media only screen and (min-width: 768px) {
    body .product-detail-content .detail-content #product-image #featuted-image-mobile {
        display: none !important
    }
}

@media only screen and (max-width: 1199px) {
    body .product-detail-content .detail-content .info-detail-pro {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .product-detail-content .detail-content #product-image {
        width: 100%;
        padding: 0
    }

    body .product-detail-content .detail-content #product-information {
        width: 100%;
        padding: 40px 0 0 0
    }

    body .product-detail-content .detail-content #product-information .purchase-section .quantity-wrapper {
        min-width: 80px;
        max-width: 80px
    }

    body .product-detail-content .detail-content #product-information .comWish-content>a {
        margin-right: 20px
    }

    body .product-detail-content .detail-content #product-information .comWish-content>a:before {
        right: -10px
    }
}

@media only screen and (max-width: 767px) {
    body .product-detail-content {
        margin-top: 20px
    }

    body .product-detail-content .detail-content .info-detail-pro {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .product-detail-content .detail-content #product-information,body .product-detail-content .detail-content #product-image {
        width: 100%;
        padding: 0
    }

    body .product-detail-content .detail-content #product-image {
        margin-bottom: 20px
    }

    body .product-detail-content .detail-content #product-image #gallery-images,body .product-detail-content .detail-content #product-image #featuted-image {
        display: none
    }

    body .product-detail-content .detail-content #product-image #featuted-image-mobile .image-item>.thumbnail {
        padding: 0;
        border-radius: 0;
        border-width: 0;
        margin-bottom: 0 !important
    }

    body .product-detail-content .detail-content #product-image #featuted-image-mobile .owl-pagination {
        margin: 20px auto;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        text-align: center
    }

    body .product-detail-content .detail-content #product-image #featuted-image-mobile .owl-pagination .owl-page {
        cursor: pointer;
        width: 15px;
        height: 15px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 3px;
        background-color: #dbcebd;
        border: 1px solid #dbcebd;
        border-radius: 50%
    }

    body .product-detail-content .detail-content #product-image #featuted-image-mobile .owl-pagination .owl-page.active {
        background-color: #9d1414;
        border-color: #9d1414
    }

    body .product-detail-content .detail-content #product-image #featuted-image-mobile .owl-buttons {
        display: none
    }

    body .product-detail-content .detail-content #product-information {
        margin-top: 30px
    }
}

@media only screen and (max-width: 425px) {
    body .product-detail-content .detail-content #product-image {
        margin-bottom: 10px
    }

    body .product-detail-content .detail-content .info-detail-pro {
        margin-bottom: 19px
    }

    body .product-detail-content .detail-content #product-information {
        margin-top: 6px
    }

    body .product-detail-content .detail-content #product-information .title {
        font-size: 16px
    }

    body .product-detail-content .detail-content #product-information .rating-content .rating-description .spr-starrating i.spr-icon {
        font-size: 12px
    }

    body .product-detail-content .detail-content #product-information .rating-content .rating-description .review-link,body .product-detail-content .detail-content #product-information .rating-content .rating-description .spr-badge-caption {
        font-size: 12px
    }

    body .product-detail-content .detail-content #product-information .product-management {
        margin-top: 15px;
        margin-bottom: 15px
    }

    body .product-detail-content .detail-content #product-information .product-management .management-content .management-description,body .product-detail-content .detail-content #product-information .product-management .management-content .management-title {
        font-size: 12px
    }

    body .product-detail-content .detail-content #product-information .description {
        font-size: 14px;
        line-height: 1.6em
    }

    body .product-detail-content .detail-content #product-information .product-price {
        margin-bottom: 28px;
        margin-top: 15px
    }

    body .product-detail-content .detail-content #product-information .purchase-section .quantity-wrapper {
        width: 80px;
        min-width: 80px;
        margin-bottom: 18px
    }

    body .product-detail-content .detail-content #product-information .purchase-section .purchase {
        margin-left: 12px
    }

    body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500;
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500;
        padding-left: 46px;
        padding-left: 25px;
        padding-right: 25px
    }

    body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart .cs-icon {
        margin-right: 0px;
        position: absolute;
        top: 50%;
        font-size: 20px;
        left: 16px;
        margin-top: -10px
    }

    body .product-detail-content .detail-content #product-information .purchase-section .purchase .add-to-cart>span {
        padding-left: 25px
    }

    body .product-detail-content .detail-content #product-information .comWish-content>a {
        font-size: 12px;
        margin-right: 25px
    }

    body .product-detail-content .detail-content #product-information .comWish-content>a:before {
        right: -12.5px
    }

    body .product-detail-content .detail-content #product-information .comWish-content>a .icon-small {
        font-size: 12px
    }

    body .product-detail-content .detail-content #product-information .supports-fontface {
        padding-top: 12px;
        margin-top: 20px
    }

    body .product-detail-content .detail-content #product-information .supports-fontface .social-title {
        font-size: 12px
    }
}

body section.product-detail-layout {
    margin-bottom: 50px
}

body section.product-detail-layout .sidebarMobile {
    display: none !important
}

body section.product-detail-layout .product-detail-inner {
    margin-left: -15px;
    margin-right: -15px
}

@media only screen and (max-width: 767px) {
    body section.product-detail-layout .product-detail-inner {
        margin-left: -10px;
        margin-right: -10px
    }
}

body section.product-detail-layout .sidebar.col-sm-3 {
    float: left
}

body section.product-detail-layout .product-detail-content.col-sm-9 {
    float: right
}

@media only screen and (max-width: 1199px) {
    body section.product-detail-layout .sidebar.col-sm-3 {
        width: 35%
    }

    body section.product-detail-layout .product-detail-content.col-sm-9 {
        width: 65%
    }
}

@media only screen and (max-width: 991px) {
    body section.product-detail-layout .sidebar.col-sm-3 {
        width: 50%
    }

    body section.product-detail-layout .product-detail-content.col-sm-9 {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    body section.product-detail-layout .product-detail-content.col-sm-9,body section.product-detail-layout .sidebar.col-sm-3 {
        width: 100%
    }
}

body .may-like-products {
    padding-left: 0;
    padding-right: 0;
    float: none;
    clear: both;
    *zoom: 1
}

body .may-like-products::after {
    content: '';
    display: table;
    clear: both
}

body .may-like-products .may-like-content-inner {
    margin-left: -15px;
    margin-right: -15px
}

body .may-like-products .sub-title {
    text-align: left;
    margin-bottom: 45px;
    width: 100%;
    display: block
}

body .may-like-products .sub-title * {
    font-weight: 500;
    font-size: 36px;
    color: #000;
    font-family: Playball
}

body .may-like-products .content_product {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 1199px) {
    body .may-like-products .product {
        margin: 0;
        padding: 50px 0
    }
}

@media only screen and (max-width: 540px) {
    body .may-like-products .sub-title {
        margin-bottom: 30px
    }

    body .may-like-products .product {
        padding: 25px 0
    }

    body .may-like-products .product.product-circle .row-left {
        padding-left: 0;
        padding-right: 0
    }
}

body .related-products {
    *zoom: 1;
    padding: 0
}

body .related-products::after {
    content: '';
    display: table;
    clear: both
}

body .related-products .product {
    margin-bottom: 0
}

body .related-products .owl-item {
    padding-left: 15px;
    padding-right: 15px
}

body .related-products .group-related .group-related-inner {
    margin-left: -15px;
    margin-right: -15px
}

body .related-products .sub-title {
    text-align: left;
    margin-bottom: 45px;
    width: 100%;
    display: block
}

body .related-products .sub-title * {
    font-weight: 500;
    font-size: 36px;
    color: #000;
    font-family: Playball
}

body .related-products .owl-next,body .related-products .owl-prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -15px;
    width: 30px;
    text-align: center;
    border-style: solid;
    background-image: none !important;
    border-radius: 50%;
    border-width: 1px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border-color: #dbb9b1;
    background-color: #dbb9b1;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .related-products .owl-next *,body .related-products .owl-prev * {
    color: currentcolor
}

@media (min-width: 1200px) {
    body .related-products .owl-next,body .related-products .owl-prev {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body .related-products .owl-next:before,body .related-products .owl-prev:before {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    font-size: 22px;
    margin-top: -11.5px;
    left: 0px;
    width: 100%;
    text-align: center
}

body .related-products .owl-next:focus,body .related-products .owl-next:hover,body .related-products .owl-prev:focus,body .related-products .owl-prev:hover {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

body .related-products .owl-next:focus *,body .related-products .owl-next:hover *,body .related-products .owl-prev:focus *,body .related-products .owl-prev:hover * {
    color: currentcolor
}

@media only screen and (max-width: 1199px) {
    body .related-products .product {
        margin: 0;
        padding: 50px 0
    }

    body .related-products .group-related .group-related-inner {
        margin-left: -10px;
        margin-right: -10px
    }

    body .related-products .owl-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 540px) {
    body .related-products .product {
        padding: 30px 0
    }

    body .related-products .product.product-circle .row-left {
        padding-left: 0;
        padding-right: 0
    }

    body .related-products .sub-title {
        margin-bottom: 30px
    }
}

body .product_banner_bottom {
    width: 100%;
    float: left;
    *zoom: 1
}

body .product_banner_bottom::after {
    content: '';
    display: table;
    clear: both
}

header {
    background-color: #9d1414;
    width: 100%;
    float: none;
    clear: both;
    position: relative;
    color: #fff;
    z-index: 21;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2)
}

header .sub-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 35px
}

header .group_navbtn {
    display: inline-block;
    *display: inline;
    zoom: 1
}

header .group_navbtn>a {
    color: #fff;
    position: relative;
    display: block;
    padding-left: 30px;
    z-index: 5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: auto
}

header .group_navbtn>a .sub-dropdown {
    height: 40px
}

header .group_navbtn>a:focus,header .group_navbtn>a:hover {
    color: #fff !important
}

header .group_navbtn>a>span {
    color: #fff
}

header .group_navbtn>a>span.menu-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 20px
}

@media only screen and (max-width: 1199px) {
    header .group_navbtn>a>span.menu-title {
        display: none !important
    }
}

header .group_navbtn>a>span.cs-icon {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

header .group_navbtn>a>span.cs-icon.icon-close {
    font-size: 24px
}

@media only screen and (max-width: 767px) {
    header .group_navbtn>a {
        padding-left: 20px
    }

    header .group_navbtn>a>span.cs-icon {
        font-size: 15px;
        font-weight: 600
    }

    header .group_navbtn>a>span.cs-icon.icon-close {
        font-size: 13px
    }
}

header .m_login-account {
    position: relative;
    padding-bottom: 18px;
    padding-top: 18px
}

header .m_login-account .login-icon {
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 4px;
    display: block
}

header .m_login-account .dropdown-menu.m_dropdown-login {
    width: 320px;
    background-color: transparent;
    right: 0;
    left: auto;
    margin-top: 15px;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0
}

header .m_login-account .dropdown-menu.m_dropdown-login::-webkit-scrollbar {
    display: none
}

@media only screen and (max-width: 425px) {
    header .m_login-account .dropdown-menu.m_dropdown-login {
        max-width: 100%
    }
}

header .m_login-account .dropdown-menu.m_dropdown-login>div {
    padding: 20px 20px 18px 20px;
    background-color: #141414
}

header .m_login-account .dropdown-menu.m_dropdown-login .form-item {
    margin-bottom: 20px
}

header .m_login-account .dropdown-menu.m_dropdown-login form {
    margin-bottom: 20px
}

header .m_login-account .dropdown-menu.m_dropdown-login .login-register-content {
    *zoom: 1
}

header .m_login-account .dropdown-menu.m_dropdown-login .login-register-content::after {
    content: '';
    display: table;
    clear: both
}

header .m_login-account .dropdown-menu.m_dropdown-login .login-register-content .nav-tabs {
    border-bottom: 0;
    text-align: center;
    margin: 0;
    margin-bottom: 17px
}

header .m_login-account .dropdown-menu.m_dropdown-login .login-register-content .nav-tabs li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    position: relative;
    padding: 0 11px;
    list-style: none
}

header .m_login-account .dropdown-menu.m_dropdown-login .login-register-content .nav-tabs li a {
    font-size: 14px;
    color: #b0b0b0;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 600;
    border: 0;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px
}

header .m_login-account .dropdown-menu.m_dropdown-login .login-register-content .nav-tabs li:hover a,header .m_login-account .dropdown-menu.m_dropdown-login .login-register-content .nav-tabs li.active a {
    color: #fff
}

header .m_login-account .dropdown-menu.m_dropdown-login .login-register-content .nav-tabs li+li:before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #b0b0b0;
    position: absolute;
    top: 50%;
    left: -2px;
    margin-top: -7px
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.wish-compare-content {
    margin: 0
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.wish-compare-content>li {
    list-style: none;
    border-top: 1px solid rgba(219,206,189,0.2);
    padding: 17px 0 13px
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.wish-compare-content>li:last-child {
    border-bottom: 1px solid rgba(219,206,189,0.2)
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.wish-compare-content>li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.wish-compare-content>li a:hover {
    color: #ffc03f
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.currencies-content {
    text-align: center;
    margin: 0;
    margin-top: 3px
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.currencies-content>li {
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.currencies-content>li a {
    display: block;
    font-size: 12px;
    color: #ffc03f;
    border-color: #ffc03f;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    padding: 5px 8px 1px;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 6.5px;
    margin-top: 15px;
    line-height: 1em;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.currencies-content>li a * {
    color: currentcolor
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.currencies-content>li:hover>a,header .m_login-account .dropdown-menu.m_dropdown-login ul.currencies-content>li.active>a {
    color: #9d1414;
    border-color: #ffc03f;
    background-color: #ffc03f;
    font-weight: 600;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.currencies-content>li:hover>a *,header .m_login-account .dropdown-menu.m_dropdown-login ul.currencies-content>li.active>a * {
    color: currentcolor
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content {
    margin-bottom: 30px;
    margin-top: 26px;
    *zoom: 1
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content::after {
    content: '';
    display: table;
    clear: both
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content .social h4 {
    display: none
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content .social .google-plus {
    color: #e04b34;
    border-color: #e04b34
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content .social .facebook {
    color: #284c9c;
    border-color: #284c9c
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content .social .twitter {
    color: #00aaf0;
    border-color: #00aaf0
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content .social ul {
    text-align: center;
    width: 100%;
    margin: 0
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content .social ul li {
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: auto !important;
    float: none;
    margin: 0 8.5px
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content .social ul li a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    padding: 0;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content .social ul li a .fa {
    font-size: 22px !important
}

header .m_login-account .dropdown-menu.m_dropdown-login .social_front_content .social ul li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

header .m_login-account .dropdown-menu.m_dropdown-login .action_bottom {
    *zoom: 1;
    text-align: center
}

header .m_login-account .dropdown-menu.m_dropdown-login .action_bottom::after {
    content: '';
    display: table;
    clear: both
}

header .m_login-account .dropdown-menu.m_dropdown-login .action_bottom ._btn {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

header .m_login-account .dropdown-menu.m_dropdown-login .action_bottom ._btn * {
    color: currentcolor
}

header .m_login-account .dropdown-menu.m_dropdown-login .action_bottom ._btn:hover {
    color: #000;
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

header .m_login-account .dropdown-menu.m_dropdown-login .action_bottom ._btn:hover * {
    color: currentcolor
}

header .m_login-account .dropdown-menu.m_dropdown-login .action_bottom>a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 12px;
    color: #b0b0b0;
    font-weight: 600;
    font-style: italic;
    margin-top: 20px;
    text-decoration: underline;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

header .m_login-account .dropdown-menu.m_dropdown-login .action_bottom>a:hover {
    color: #9d1414
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content {
    border-bottom: 1px solid #444;
    margin: 0
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content>li {
    list-style: none
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content>li.avata-item {
    text-align: center
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content>li.avata-item .fa {
    width: 56px;
    height: 56px;
    background-color: #fff;
    line-height: 56px;
    font-size: 35px;
    border-radius: 50%;
    color: #444;
    margin: 15px 0 6px
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content>li.avata-item .user-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: 12px;
    color: #fff
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content>li.link-item {
    text-transform: uppercase;
    padding: 14.5px 0;
    border-top: 1px solid #444
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content>li.link-item a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content>li.link-item a:hover,header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content>li.link-item a:focus {
    color: #9d1414
}

header .m_login-account .dropdown-menu.m_dropdown-login ul.account-content>li.link-item .fa {
    color: #b0b0b0;
    font-size: 13px;
    margin-right: 22px
}

header .m_login-account .cs-icon:not(.search-clear).icon-eye {
    color: #444
}

header .m_login-account .cs-icon:not(.search-clear).icon-eye:hover {
    color: #9d1414
}

@media only screen and (max-width: 1199px) {
    header .m_login-account {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    header .m_login-account {
        position: static;
        padding: 0
    }

    header .m_login-account .dropdown-toggle .cs-icon {
        padding-left: 20px;
        padding-right: 10px
    }

    header .m_login-account .dropdown-menu.m_dropdown-login {
        margin-top: 0;
        border-width: 0
    }
}

@media only screen and (min-width: 426px) {
    header .m_login-account:hover .login-icon .cs-icon {
        color: #ffc03f
    }
}

header section.main-header {
    position: relative;
    z-index: 21
}

header section.main-header .main-header-inner {
    position: relative
}

header section.main-header .nav-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 170px;
    position: relative
}

header section.main-header .nav-menu {
    padding-left: 30px;
    padding-right: 30px
}

header section.main-header .nav-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    width: auto;
    z-index: 1
}

header section.main-header .nav-icon .cs-icon {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

header section.main-header .nav-icon .cs-icon:not(.search-clear) {
    font-size: 30px;
    cursor: pointer
}

header section.main-header .nav-icon .cs-icon:not(.search-clear).icon-close {
    font-size: 25px
}

header section.main-header .nav-icon>div {
    margin-left: 10px
}

header section.main-header .nav-icon>div.m_search:before {
    display: none
}

header section.main-header .nav-icon .m_search.search-icon>a {
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px
}

header section.main-header .nav-icon .m_search.search-icon>a .fa-search {
    color: #fff;
    margin-top: 7px
}

header section.main-header .nav-logo {
    max-width: 170px;
    max-height: 177px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

header section.main-header .nav-logo>a {
    display: inline-block;
    *display: inline;
    zoom: 1
}

@media only screen and (max-width: 1199px) {
    header section.main-header .nav-top {
        padding-left: 90px;
        padding-top: 0px;
        padding-bottom: 0px
    }

    header section.main-header .nav-icon>div {
        margin-left: 5px
    }

    header section.main-header .nav-logo {
        max-width: 90px;
        max-height: 94px
    }
}

@media only screen and (max-width: 991px) {
    header section.main-header .container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    header section.main-header .nav-logo,header section.main-header .nav-top {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    header section.main-header .nav-icon .cs-icon:not(.search-clear) {
        font-size: 15px;
        font-weight: 600
    }

    header section.main-header .nav-icon .cs-icon:not(.search-clear).icon-close {
        font-size: 13px
    }
}

@media only screen and (min-width: 992px) {
    header section.main-header .navMobile-navigation {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    header section.main-header .navMobile-navigation {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    header section.main-header .navMobile-navigation .group_mobile_right {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        width: auto;
        margin-right: 15px
    }

    header section.main-header .navMobile-navigation .group_mobile_right>div {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    header section.main-header .navMobile-navigation .navMobile-logo,header section.main-header .navMobile-navigation .navMobile-menu,header section.main-header .navMobile-navigation .nav-icon {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    header section.main-header .navMobile-navigation .nav-icon>div {
        padding-left: 30px;
        margin-left: 0;
        font-size: 0
    }

    header section.main-header .navMobile-navigation .navMobile-logo {
        text-align: left;
        max-width: 90px;
        margin-bottom: -40px;
        margin-left: 15px;
        position: relative;
        z-index: 2
    }

    header section.main-header .navMobile-navigation .navMobile-logo>a {
        display: inline-block;
        *display: inline;
        zoom: 1
    }

    header section.main-header .navMobile-navigation .navMobile-menu {
        font-size: 0
    }

    header section.main-header .navMobile-navigation .m_cart-group {
        padding: 0
    }

    header section.main-header .navMobile-navigation .m_cart-group .items-cart .num-items-in-cart {
        padding: 0;
        border-width: 0;
        position: relative
    }

    header section.main-header .navMobile-navigation .m_cart-group .items-cart .num-items-in-cart .cart_text {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: -5px
    }

    header section.main-header .navMobile-navigation .m_cart-group .items-cart .num-items-in-cart .cart_text .number {
        font-size: 14px
    }

    header section.main-header .navMobile-navigation .m_cart-group .items-cart .items-text {
        display: none
    }

    header section.main-header .navMobile-navigation .m_login-account .login-icon {
        border-width: 0;
        width: auto;
        height: auto;
        line-height: 1em
    }
}

@media only screen and (max-width: 767px) {
    header section.main-header .navMobile-navigation .navMobile-logo {
        margin-left: 10px;
        margin-bottom: -40px
    }

    header section.main-header .navMobile-navigation .group_mobile_right {
        margin-right: 10px
    }
}

@media only screen and (max-width: 425px) {
    header section.main-header .navMobile-navigation .nav-icon>div {
        padding-left: 20px
    }

    header section.main-header .navMobile-navigation .group_mobile_right {
        padding: 0
    }

    header section.main-header .navMobile-navigation .navMobile-logo {
        max-width: 57px
    }
}

header .is-mobile-translate.translate_group .translate_wrapper {
    padding-right: 0 !important
}

header .is-mobile-translate.translate_group .translate_wrapper:after {
    display: none
}

header .is-mobile-translate.translate_group .translate_wrapper .translate_code,header .is-mobile-translate.translate_group .translate_wrapper img {
    float: left
}

header .is-mobile-translate.translate_group .translate_wrapper .translate_code {
    font-size: 13px
}

header .is-mobile-translate.translate_group .translate_wrapper .fa {
    margin: 0 5px
}

header .is-mobile-translate.translate_group .translate_wrapper .fa,header .is-mobile-translate.translate_group .translate_wrapper .translate_code {
    color: #000
}

header .is-mobile-translate.translate_group .translate.dropdown-menu {
    margin-top: 14px
}

header.affix {
    position: fixed !important;
    background-color: #9d1414 !important;
    z-index: 21
}

@media only screen and (min-width: 1200px) {
    header.affix+.fix-sticky {
        height: 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header.affix+.fix-sticky {
        height: 55px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.affix+.fix-sticky {
        height: 55px
    }
}

@media only screen and (max-width: 767px) {
    header.affix+.fix-sticky {
        height: 55px
    }
}

.show-opacity-dropdown {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.show-opacity-dropdown.active {
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

footer {
    font-weight: 400;
    color: #fff;
    background-color: #000;
    font-size: 16px
}

footer ul {
    margin: 0
}

footer ul li {
    list-style: none
}

footer a {
    color: #fff
}

footer a:focus,footer a:hover {
    color: #ffc03f
}

footer section.footer-information-block .footer-title {
    color: #fff;
    font-size: 24px;
    font-family: Playball;
    margin-bottom: 37px
}

footer section.footer-information-block .footer-information-inner {
    overflow: hidden
}

footer section.footer-information-block .footer-information-content {
    position: relative;
    padding-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1
}

footer section.footer-information-block .footer-information-content::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width: 767px) {
    footer section.footer-information-block .footer-information-content {
        margin-left: -10px;
        margin-right: -10px
    }
}

footer section.footer-information-block .footer-information-content>div {
    padding-top: 60px;
    position: static
}

footer section.footer-information-block .footer-information-content>div:first-child {
    padding-top: 153px
}

footer section.footer-information-block .footer-information-content .logo-footer {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 15px;
    max-height: 118px;
    max-width: 113px
}

footer section.footer-information-block .footer-information-content .information-item .about-caption {
    line-height: 1.6em;
    margin-bottom: 26px
}

footer section.footer-information-block .footer-information-content .information-item .about-contact .item {
    display: table;
    vertical-align: middle
}

footer section.footer-information-block .footer-information-content .information-item .about-contact .item:not(:last-child) {
    margin-bottom: 10px
}

footer section.footer-information-block .footer-information-content .information-item .about-contact .item * {
    display: table-cell;
    margin-bottom: 0
}

footer section.footer-information-block .footer-information-content .information-item .about-contact .item .cs-icon {
    color: #ffc03f;
    padding-right: 20px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

footer section.footer-information-block .footer-information-content .information-item .about-contact .item:hover .cs-icon {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

footer section.footer-information-block .footer-information-content .blog-group img {
    border-radius: 4px
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item:not(:last-child) {
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    padding-bottom: 16px;
    margin-bottom: 16px
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-left {
    width: 103px
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-left>a {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-left>a:after,footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-left>a:before {
    position: absolute;
    left: 0;
    right: 0;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-left>a:after {
    top: 50%;
    content: '+';
    color: #000;
    text-align: center;
    font-size: 27px;
    margin-top: -13.5px;
    height: 27px;
    line-height: 27px
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-left>a:before {
    content: '';
    top: 0;
    bottom: 0;
    background-color: #ffc03f;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-left>a:hover:after,footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-left>a:hover:before {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-right {
    font-size: 16px;
    padding-left: 20px;
    width: calc(100% - 103px)
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-right>a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 1.5em
}

footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-right .date,footer section.footer-information-block .footer-information-content .blog-group .blogs-item .blogs-right .article-date {
    display: block;
    color: #ffc03f
}

footer section.footer-information-block .footer-information-content .social-payment-item .social-content {
    margin-bottom: 60px;
    margin-left: -10px;
    margin-right: -10px
}

footer section.footer-information-block .footer-information-content .social-payment-item .social-content .social-caption {
    *zoom: 1
}

footer section.footer-information-block .footer-information-content .social-payment-item .social-content .social-caption::after {
    content: '';
    display: table;
    clear: both
}

footer section.footer-information-block .footer-information-content .social-payment-item .social-content .social-caption>a {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    margin: 0 10px;
    padding: 6px 12px;
    text-align: center;
    display: table;
    vertical-align: middle;
    float: left
}

footer section.footer-information-block .footer-information-content .social-payment-item .social-content .social-caption>a i {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: table-cell;
    font-size: 20px;
    color: #fff;
    margin-top: -10px;
    line-height: 1em
}

footer section.footer-information-block .footer-information-content .social-payment-item .social-content .social-caption>a:hover {
    text-decoration: none;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor;
    background-color: #ffc03f;
    border-color: #ffc03f
}

footer section.footer-information-block .footer-information-content .social-payment-item .social-content .social-caption>a:hover i {
    color: #000
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption {
    margin-left: -10px
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 32px;
    background-image: url(../../assets/images/list_payment.png);
    background-size: auto  100%;
    margin-left: 10px
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-mastercard {
    width: 36px;
    background-position: 0 center
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-visa {
    width: 50px;
    background-position: -46px center
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-ems {
    width: 62px;
    background-position: -106px center
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-webmoney {
    width: 99px;
    background-position: -178px center
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-dhl {
    width: 64px;
    background-position: -287px center
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-discover {
    width: 51px;
    background-position: -361px center
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-american {
    width: 51px;
    background-position: -422px center
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-western {
    width: 51px;
    background-position: -483px center
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-paypal {
    width: 51px;
    background-position: -544px center
}

footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption .icon-cc.icon-cc-moneybookers {
    width: 51px;
    background-position: -605px center
}

footer section.copy-right {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #9d1414;
    text-align: center
}

footer section.copy-right a {
    color: #fff
}

footer section.copy-right a:hover {
    color: #ffc03f
}

footer section.copy-right .footer_links {
    margin-bottom: 10px
}

footer section.copy-right .footer_links ul li {
    display: inline-block;
    *display: inline;
    zoom: 1
}

footer section.copy-right .footer_links ul li a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    position: relative
}

footer section.copy-right .footer_links ul li a:hover {
    color: #ffc03f;
    text-decoration: none;
    -moz-text-decoration-color: currentcolor;
    -ms-text-decoration-color: currentcolor;
    text-decoration-color: currentcolor
}

footer section.copy-right .footer_links ul li:not(:last-child) {
    padding-right: 30px
}

footer section.copy-right .footer_links ul li:not(:last-child) a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    left: auto;
    height: 10px;
    width: 1px;
    margin-top: -6.5px;
    background-color: #fff
}

@media only screen and (max-width: 1199px) {
    footer section.footer-information-block .footer-information-content .social-payment-item .social-content {
        margin-left: -2px;
        margin-right: -2px
    }

    footer section.footer-information-block .footer-information-content .social-payment-item .social-content .social-caption>a {
        margin: 0 2px
    }

    footer section.footer-information-block .footer-information-content .social-payment-item .payment-content .payment-caption img {
        margin-right: 2px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 991px) {
    footer section.footer-information-block .footer-information-content>div {
        width: 50%;
        padding-bottom: 0
    }

    footer section.footer-information-block .footer-information-content>div:first-child {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    footer section.footer-information-block .footer-information-inner {
        margin-left: -5px;
        margin-right: -5px
    }

    footer section.footer-information-block .footer-information-content>div.blog-group {
        width: 400px;
        max-width: 100%
    }

    footer section.footer-information-block .footer-information-content>div.social-payment-item {
        width: 100%
    }
}

body .float-right-icon {
    position: fixed;
    right: 10px;
    bottom: 75px;
    padding: 5px
}

body .float-right-icon ul {
    list-style: none;
    margin: 0
}

body .float-right-icon #scroll-to-top {
    position: relative;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: auto;
    padding: 0;
    text-align: center;
    background-color: #9d1414;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    width: 50px;
    border-radius: 50%;
    color: #fff
}

body .float-right-icon #scroll-to-top i.cs-icon {
    position: relative;
    z-index: 1
}

body .float-right-icon #scroll-to-top:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 50%;
    -moz-box-shadow: -4px 3px 0 #fff;
    -webkit-box-shadow: -4px 3px 0 #fff;
    box-shadow: -4px 3px 0 #fff
}

body .float-right-icon #scroll-to-top:before {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 40px;
    border-color: transparent;
    border-left-color: #9d1414;
    left: 100%;
    bottom: 0;
    border-top-width: 18px;
    border-bottom-width: 10px;
    -ms-transform: rotate(22deg) translateX(-20px) translateY(21px);
    -webkit-transform: rotate(22deg) translateX(-20px) translateY(21px);
    transform: rotate(22deg) translateX(-20px) translateY(21px)
}

body .float-right-icon #scroll-to-top:hover {
    cursor: pointer
}

body .float-right-icon #scroll-to-top:hover:after {
    -moz-animation: spinAround 2s linear infinite;
    -o-animation: spinAround 2s linear infinite;
    -webkit-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite
}

body .float-right-icon #scroll-to-top.off {
    margin-right: -100px
}

@media (max-width: 767px) {
    body .float-right-icon {
        display: none
    }
}

body #newsletter-popup {
    background-color: rgba(0,0,0,0.5)
}

body #newsletter-popup .nl-popup-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%
}

body #newsletter-popup .nl-popup-close span {
    vertical-align: middle;
    display: table;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 22px
}

body #newsletter-popup .nl-popup-close span:before {
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    content: "\f00d";
    font-size: 16px;
    color: #fff
}

body #newsletter-popup .nl-wraper-popup {
    position: absolute;
    width: 800px;
    max-width: 90%;
    padding: 0px;
    margin: 0px auto;
    background-color: #2d0102;
    color: #000;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -285px;
    z-index: 999
}

body #newsletter-popup .nl-wraper-popup .popup-image {
    float: left;
    width: 100%
}

body #newsletter-popup .nl-wraper-popup .popup-image img {
    width: 100%
}

body #newsletter-popup .nl-wraper-popup form {
    *zoom: 1;
    text-align: center;
    width: 100%;
    padding: 0
}

body #newsletter-popup .nl-wraper-popup form::after {
    content: '';
    display: table;
    clear: both
}

body #newsletter-popup .nl-wraper-popup .group_input {
    margin-top: 10px
}

body #newsletter-popup .nl-wraper-popup .group_input .form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbcebd
}

body #newsletter-popup .nl-wraper-popup #popup-hide {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

body #newsletter-popup .nl-wraper-popup #popup-hide * {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body #newsletter-popup .nl-wraper-popup #popup-hide input {
    margin: 0 5px 0 0
}

body #newsletter-popup .nl-wraper-popup #popup-hide label {
    color: #b0b0b0;
    font-size: 13px;
    margin: 0;
    font-style: italic
}

body #newsletter-popup .nl-wraper-popup-inner {
    background-image: url(../../assets/images/bg-newsletter.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    *zoom: 1
}

body #newsletter-popup .nl-wraper-popup-inner::after {
    content: '';
    display: table;
    clear: both
}

body #newsletter-popup .nl-wraper-popup-inner>div {
    float: left
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left {
    text-align: center;
    width: 53%;
    padding: 40px 60px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left * {
    font-family: Josefin Sans
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left h4,body #newsletter-popup .nl-wraper-popup-inner .popup-left .caption {
    color: #fff;
    text-transform: uppercase;
    font-family: Josefin Sans;
    font-weight: 900;
    line-height: 1em
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left h4 {
    font-size: 40px;
    margin-top: -5px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left .sale {
    background-color: #ffc03f;
    color: #9d1414;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 30px;
    padding-top: 2px;
    padding-bottom: 3px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left .caption {
    font-size: 80px;
    margin-bottom: 0px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left ._btn,body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control {
    width: 100%;
    height: 35px;
    line-height: 33px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control {
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 16px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control::-moz-placeholder {
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control::-ms-input-placeholder {
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control:focus::-moz-placeholder {
    color: transparent
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control:focus:-ms-input-placeholder {
    color: transparent
}

body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control:focus::-ms-input-placeholder {
    color: transparent
}

body #newsletter-popup .nl-wraper-popup-inner .popup-right {
    width: 47%;
    margin-left: -40px
}

body #newsletter-popup .nl-wraper-popup-inner ._btn {
    color: #fff;
    border-color: #000;
    background-color: #000;
    margin-top: 10px;
    border-radius: 0;
    font-size: 18px
}

body #newsletter-popup .nl-wraper-popup-inner ._btn * {
    color: currentcolor
}

@media only screen and (max-width: 991px) {
    body #newsletter-popup .nl-wraper-popup-inner .popup-left {
        padding: 20px 40px 20px 20px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-right {
        margin-left: -20px
    }
}

@media only screen and (max-width: 767px) {
    body #newsletter-popup .nl-wraper-popup {
        max-width: 280px;
        width: 100%
    }

    body #newsletter-popup .nl-wraper-popup-inner {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-left {
        padding: 40px 30px 40px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-left h4 {
        font-size: 20px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-left .caption {
        font-size: 40px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control {
        font-size: 14px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control::-webkit-input-placeholder {
        font-size: 14px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control::-moz-placeholder {
        font-size: 14px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control:-ms-input-placeholder {
        font-size: 14px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-left input.form-control::-ms-input-placeholder {
        font-size: 14px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-left ._btn {
        font-size: 14px
    }

    body #newsletter-popup .nl-wraper-popup-inner .popup-right {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 0 20px 40px 20px
    }

    body #newsletter-popup .nl-wraper-popup-inner>div {
        width: 100% !important
    }
}

body .popup-pro-wrapper {
    z-index: 999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body .popup-pro-wrapper .ajax-cart-overlay {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper {
    margin: 50px auto;
    width: 900px;
    padding-left: 15px;
    padding-right: 15px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box {
    position: relative;
    background-color: #f3e8dd
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close {
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 0
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close .cs-icon {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    width: 100%;
    text-align: center;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close:hover .cs-icon,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close:focus .cs-icon {
    color: #000
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left {
    width: 42%
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right {
    width: 58%
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #dbcebd
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product {
    *zoom: 1
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product::after {
    content: '';
    display: table;
    clear: both
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product>div {
    padding: 0
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image {
    padding-right: 25px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image>a {
    display: block;
    position: relative;
    overflow: hidden
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image>a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image>a:focus:before,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image>a:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-product-title {
    line-height: 2em
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-product-title a {
    font-size: 14px;
    color: #444;
    font-weight: 600
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-product-title a:hover {
    color: #9d1414
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-price {
    margin-bottom: 25px;
    font-weight: 600
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-price .money {
    font-size: 16px;
    color: #444
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-variant,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-qty {
    font-size: 14px;
    color: #444;
    margin-bottom: 5px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right {
    padding-left: 30px;
    padding-right: 30px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-number-product {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-subtotal span {
    font-weight: 500;
    font-size: 30px;
    color: #000
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions ._btn {
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next {
    margin-right: 30px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b;
    padding-left: 35px;
    padding-right: 35px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn * {
    color: currentcolor
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:focus,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:focus *,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:hover * {
    color: currentcolor
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn * {
    color: currentcolor
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:focus ._btn,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:hover ._btn {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:focus ._btn *,body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:hover ._btn * {
    color: currentcolor
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .countDiv {
    font-size: 14px;
    font-style: italic;
    display: block;
    width: 100%;
    float: left;
    margin-top: 22px
}

body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .countDiv span {
    font-weight: 600
}

body .popup-pro-wrapper .ajax-cart-note {
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 50px
}

@media only screen and (max-width: 991px) {
    body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left {
        width: 100%;
        max-width: 250px
    }

    body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image {
        padding-right: 0;
        margin-bottom: 15px
    }

    body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right {
        width: 100%
    }
}

body .m_map {
    width: 100%;
    min-height: 570px;
    float: left;
    border: 1px solid #dbcebd;
    overflow: hidden
}

body .m_map>div {
    padding: 5px;
    left: 5px !important;
    right: 5px;
    top: 5px !important;
    bottom: 5px;
    width: auto !important;
    height: auto !important;
    overflow: hidden
}

@media (max-width: 1199px) {
    body .m_map {
        min-height: 350px
    }
}

@media (max-width: 767px) {
    body .m_map {
        min-height: 180px
    }
}

body #lightbox-search {
    padding-right: 0 !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%
}

body #lightbox-search:not(.in) {
    z-index: -1
}

body #lightbox-search .modal-dialog {
    margin: auto;
    width: 100%;
    max-width: 980px
}

body #lightbox-search .modal-dialog .modal-content {
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center
}

body #lightbox-search .modal-dialog .modal-content>div {
    width: 100%;
    margin: 0 auto
}

body #lightbox-search .modal-dialog .modal-content .modal-header {
    margin-bottom: 13px;
    border-width: 0
}

body #lightbox-search .modal-dialog .modal-content .modal-header .modal-title {
    display: none
}

body #lightbox-search .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    float: none
}

body #lightbox-search .modal-dialog .modal-content .modal-header .close .cs-icon {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    line-height: 66px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body #lightbox-search .modal-dialog .modal-content .modal-header .close:focus {
    outline: none
}

body #lightbox-search .modal-dialog .modal-content .modal-body {
    background-color: #f3e8dd;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 30px
}

@media only screen and (max-width: 767px) {
    body #lightbox-search .modal-header {
        padding: 0;
        margin-top: 13px
    }

    body #lightbox-search .modal-content .modal-header .close .cs-icon {
        font-size: 12px !important;
        border-width: 2px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 28px !important
    }
}

body #lightbox-search form.search {
    position: relative;
    height: 50px;
    padding-right: 60px;
    border-radius: 5px;
    border: 1px solid #dbcebd;
    background-color: #f3e8dd
}

body #lightbox-search form.search .search_box {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    color: #444;
    border-width: 0;
    line-height: 48px;
    background-color: transparent;
    font-size: 16px
}

body #lightbox-search form.search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 50px;
    background-color: #343434;
    border-color: #343434;
    border-radius: 0 5px 5px 0
}

body #lightbox-search form.search .search-submit:focus {
    outline: none
}

body #lightbox-search form.search .search-submit * {
    font-size: 26px;
    color: #fff;
    line-height: 48px
}

body #lightbox-search form.search .search-clear {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 75px;
    margin-top: -8px;
    color: #444;
    font-size: 14px;
    font-weight: 600
}

body #lightbox-search ::-webkit-input-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

body #lightbox-search ::-moz-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

body #lightbox-search :-ms-input-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

body #lightbox-search ::-ms-input-placeholder {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

body #lightbox-search .search-results {
    background-color: #f3e8dd;
    position: static !important;
    border-width: 0;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body #lightbox-search .search-results .search-title {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #dbcebd;
    text-align: left;
    font-size: 16px
}

body #lightbox-search .search-results .title {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 30px;
    color: #444;
    padding: 0;
    margin-top: 20px;
    font-family: Playball
}

body #lightbox-search .search-results .thumbnail {
    border-radius: 5px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-width: 0;
    margin: 0;
    border-radius: 0
}

body #lightbox-search .search-results .thumbnail:before {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0)
}

body #lightbox-search .search-results ._btn {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414;
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    margin-top: 30px;
    display: block;
    max-width: 210px;
    float: none;
    margin-left: auto;
    margin-right: auto
}

body #lightbox-search .search-results ._btn * {
    color: currentcolor
}

body #lightbox-search .search-results ._btn:hover {
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body #lightbox-search .search-results ._btn:hover * {
    color: currentcolor
}

body #lightbox-search .search-results .search-slider {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbcebd
}

body #lightbox-search .search-results .search-slider .owl-prev {
    left: 20px
}

body #lightbox-search .search-results .search-slider .owl-next {
    right: 20px
}

body #lightbox-search .search-results .search-slider .slider-item {
    *zoom: 1;
    padding-left: 10px;
    padding-right: 10px
}

body #lightbox-search .search-results .search-slider .slider-item::after {
    content: '';
    display: table;
    clear: both
}

body #lightbox-search .search-results .search-slider .slider-item>a {
    display: block
}

body #lightbox-search .search-results .search-slider .slider-item:hover .thumbnail:before {
    background-color: rgba(0,0,0,0.5)
}

body #lightbox-search .search-results .search-slider .slider-item:hover .title {
    color: #9d1414
}

@media only screen and (max-width: 425px) {
    body #lightbox-search .search-results ._btn {
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500;
        margin-top: 15px
    }

    body #lightbox-search .search-results .search-title,body #lightbox-search .search-results .title {
        font-size: 12px
    }

    body #lightbox-search .search-results .search-title {
        padding: 20px 0
    }

    body #lightbox-search .search-results .title {
        margin-top: 18px
    }

    body #lightbox-search .search-results .search-slider {
        margin-top: 20px;
        padding-bottom: 20px
    }
}

body #lightbox .modal-dialog {
    margin: 150px auto
}

body #lightbox .modal-body {
    padding: 10px
}

body #lightbox .modal-content {
    display: inline-block;
    text-align: center
}

body #lightbox .close {
    opacity: 1;
    padding: 2.5px 8px;
    border-radius: 30px;
    color: #fff;
    background-color: #191919;
    border: 2px solid #fff;
    position: absolute;
    top: -13px;
    right: -38px;
    z-index: 1032
}

body #lightbox .close:focus {
    outline: none
}

body #lightbox .close:hover {
    color: #191919;
    background-color: #fff
}

body #wishlist_remove-load,body .wishlist-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    background-color: rgba(0,0,0,0.8)
}

body #wishlist_remove-load .fa,body .wishlist-loading .fa {
    color: #9d1414;
    margin: 0 auto;
    margin-top: 20%
}

body .fb-overlay .fb-skin {
    border-radius: 0
}

body .fb-overlay .fb-close,body .fb-overlay .fb-next span,body .fb-overlay .fb-prev span {
    background-image: none
}

body .fb-overlay .fb-next span,body .fb-overlay .fb-prev span {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin-top: -15px;
    width: 30px;
    text-align: center;
    border-style: solid;
    background-image: none !important;
    border-radius: 50%;
    border-width: 1px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border-color: #dbb9b1;
    background-color: #dbb9b1;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3)
}

body .fb-overlay .fb-next span *,body .fb-overlay .fb-prev span * {
    color: currentcolor
}

@media (min-width: 1200px) {
    body .fb-overlay .fb-next span,body .fb-overlay .fb-prev span {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

body .fb-overlay .fb-next span:before,body .fb-overlay .fb-prev span:before {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    font-size: 22px;
    margin-top: -11.5px;
    left: 0px;
    width: 100%;
    text-align: center
}

body .fb-overlay .fb-next span:focus,body .fb-overlay .fb-next span:hover,body .fb-overlay .fb-prev span:focus,body .fb-overlay .fb-prev span:hover {
    color: #fff;
    border-color: #fff;
    background-color: #ffc03f
}

body .fb-overlay .fb-next span:focus *,body .fb-overlay .fb-next span:hover *,body .fb-overlay .fb-prev span:focus *,body .fb-overlay .fb-prev span:hover * {
    color: currentcolor
}

body .fb-overlay .fb-close {
    top: 15px;
    right: 15px;
    background-color: #f3e8dd;
    border-radius: 50px;
    margin: 5px
}

body .fb-overlay .fb-close .cs-icon {
    font-weight: 900;
    color: #000;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px
}

@media only screen and (max-width: 1199px) {
    body .fb-overlay .fb-nav span {
        visibility: visible
    }
}

body .wishlist-model .modal {
    padding-right: 0 !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%
}

body .wishlist-model .modal:not(.in) {
    z-index: -1
}

body .wishlist-model .modal .modal-dialog {
    margin: auto;
    width: 100%;
    max-width: 700px
}

body .wishlist-model .modal .modal-dialog .modal-content {
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center
}

body .wishlist-model .modal .modal-dialog .modal-content>div {
    width: 100%;
    margin: 0 auto
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 13px;
    border-width: 0
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header .modal-title {
    display: none
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    float: none
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header .close .cs-icon {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    line-height: 66px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-header .close:focus {
    outline: none
}

body .wishlist-model .modal .modal-dialog .modal-content .modal-body {
    background-color: #f3e8dd;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 30px
}

@media only screen and (max-width: 767px) {
    body .wishlist-model .modal .modal-header {
        padding: 0;
        margin-top: 13px
    }

    body .wishlist-model .modal .modal-content .modal-header .close .cs-icon {
        font-size: 12px !important;
        border-width: 2px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 28px !important
    }
}

body .wishlist-model .modal .max_compare {
    padding-top: 30px;
    margin-bottom: 0
}

body .wishlist-model .modal-body {
    padding: 0 30px 30px 30px !important
}

body .wishlist-model .modal-body .modal-note {
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
    max-width: inherit;
    width: auto;
    text-align: left !important
}

body .wishlist-model .modal-body .product-right {
    margin-bottom: 20px;
    text-align: left
}

body .wishlist-model .modal-body .product-right .name {
    font-size: 16px
}

body .wishlist-model .modal-body .product-right .price {
    color: #9d1414;
    font-size: 20px
}

body .wishlist-model .modal-body .product-right .price_compare {
    color: #000;
    font-size: 16px;
    margin-left: 10px
}

body .wishlist-model .modal-body form ._btn {
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body .wishlist-model .modal-body form ._btn * {
    color: currentcolor
}

body .wishlist-model .modal-body form ._btn:focus,body .wishlist-model .modal-body form ._btn:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body .wishlist-model .modal-body form ._btn:focus *,body .wishlist-model .modal-body form ._btn:hover * {
    color: currentcolor
}

body .wishlist-model .modal-body form .selector-wrapper,body .wishlist-model .modal-body form .quantity-content {
    text-align: left
}

body .wishlist-model .modal-body form .selector-wrapper .quantity-title,body .wishlist-model .modal-body form .selector-wrapper label,body .wishlist-model .modal-body form .quantity-content .quantity-title,body .wishlist-model .modal-body form .quantity-content label {
    font-size: 14px;
    margin-right: 5px;
    color: #000;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    width: 60px
}

body .wishlist-model .modal-body form .selector-wrapper input,body .wishlist-model .modal-body form .selector-wrapper select,body .wishlist-model .modal-body form .quantity-content input,body .wishlist-model .modal-body form .quantity-content select {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

body .wishlist-model .modal-body form .selector-wrapper input:not(._btn),body .wishlist-model .modal-body form .selector-wrapper select:not(._btn),body .wishlist-model .modal-body form .quantity-content input:not(._btn),body .wishlist-model .modal-body form .quantity-content select:not(._btn) {
    width: 100%;
    height: 40px;
    border: 1px solid #dbcebd;
    border-radius: 5px;
    padding: 4px 5px 0 5px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px
}

body .wishlist-model .modal-body form .selector-wrapper input:not(._btn)::-webkit-input-placeholder,body .wishlist-model .modal-body form .selector-wrapper select:not(._btn)::-webkit-input-placeholder,body .wishlist-model .modal-body form .quantity-content input:not(._btn)::-webkit-input-placeholder,body .wishlist-model .modal-body form .quantity-content select:not(._btn)::-webkit-input-placeholder {
    font-size: 14px
}

body .wishlist-model .modal-body form .selector-wrapper input:not(._btn)::-moz-placeholder,body .wishlist-model .modal-body form .selector-wrapper select:not(._btn)::-moz-placeholder,body .wishlist-model .modal-body form .quantity-content input:not(._btn)::-moz-placeholder,body .wishlist-model .modal-body form .quantity-content select:not(._btn)::-moz-placeholder {
    font-size: 14px
}

body .wishlist-model .modal-body form .selector-wrapper input:not(._btn):-ms-input-placeholder,body .wishlist-model .modal-body form .selector-wrapper select:not(._btn):-ms-input-placeholder,body .wishlist-model .modal-body form .quantity-content input:not(._btn):-ms-input-placeholder,body .wishlist-model .modal-body form .quantity-content select:not(._btn):-ms-input-placeholder {
    font-size: 14px
}

body .wishlist-model .modal-body form .selector-wrapper input:not(._btn)::-ms-input-placeholder,body .wishlist-model .modal-body form .selector-wrapper select:not(._btn)::-ms-input-placeholder,body .wishlist-model .modal-body form .quantity-content input:not(._btn)::-ms-input-placeholder,body .wishlist-model .modal-body form .quantity-content select:not(._btn)::-ms-input-placeholder {
    font-size: 14px
}

body .wishlist-model .modal-body form .selector-wrapper input:not(._btn),body .wishlist-model .modal-body form .selector-wrapper select:not(._btn),body .wishlist-model .modal-body form .quantity-content input:not(._btn),body .wishlist-model .modal-body form .quantity-content select:not(._btn) {
    height: 40px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

body .wishlist-model .modal-body form .quantity-content label {
    margin-right: 2px
}

body .wishlist-model .modal-body .modal-body-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body .wishlist-model .modal-body .modal-body-inner .modal-left {
    width: 30%;
    padding-right: 30px
}

body .wishlist-model .modal-body .modal-body-inner .modal-right {
    width: 70%
}

body .wishlist-model .modal-body .modal-body-inner .modal-right form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .wishlist-model .modal-body .modal-body-inner .modal-right form>div {
    width: 50%
}

body .wishlist-model .modal-body .modal-body-inner .modal-right form .form-left {
    padding-right: 30px
}

body .wishlist-model .modal-body .modal-body-inner .modal-right form .form-right {
    border-left: 1px solid #dbcebd;
    padding-left: 30px
}

@media only screen and (max-width: 767px) {
    body .wishlist-model .modal-dialog {
        max-width: 300px !important
    }

    body .wishlist-model .modal-body .product-right,body .wishlist-model .modal-body .product-left {
        width: 100%
    }

    body .wishlist-model .modal-body .product-left {
        padding-right: 0px;
        margin-bottom: 15px
    }

    body .wishlist-model .modal-body .modal-body-inner {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-left {
        padding-right: 0
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-right,body .wishlist-model .modal-body .modal-body-inner .modal-left {
        width: 100%
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-right {
        margin-top: 15px
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-right form>div {
        width: 100%
    }

    body .wishlist-model .modal-body .modal-body-inner .modal-right form .form-right {
        border-left-width: 0;
        padding-left: 0;
        margin-top: 20px
    }
}

body .compare-model .modal {
    padding-right: 0 !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%
}

body .compare-model .modal:not(.in) {
    z-index: -1
}

body .compare-model .modal .modal-dialog {
    margin: auto;
    width: 100%;
    max-width: 700px
}

body .compare-model .modal .modal-dialog .modal-content {
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center
}

body .compare-model .modal .modal-dialog .modal-content>div {
    width: 100%;
    margin: 0 auto
}

body .compare-model .modal .modal-dialog .modal-content .modal-header {
    margin-bottom: 13px;
    border-width: 0
}

body .compare-model .modal .modal-dialog .modal-content .modal-header .modal-title {
    display: none
}

body .compare-model .modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    float: none
}

body .compare-model .modal .modal-dialog .modal-content .modal-header .close .cs-icon {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    line-height: 66px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .compare-model .modal .modal-dialog .modal-content .modal-header .close:focus {
    outline: none
}

body .compare-model .modal .modal-dialog .modal-content .modal-body {
    background-color: #f3e8dd;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 30px
}

@media only screen and (max-width: 767px) {
    body .compare-model .modal .modal-header {
        padding: 0;
        margin-top: 13px
    }

    body .compare-model .modal .modal-content .modal-header .close .cs-icon {
        font-size: 12px !important;
        border-width: 2px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 28px !important
    }
}

body .compare-model .modal .max_compare {
    padding-top: 30px;
    margin-bottom: 0
}

body .compare-model .modal-body {
    padding: 0 30px 30px 30px !important
}

body .compare-model .modal-body .modal-note {
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
    max-width: inherit;
    width: auto;
    text-align: left !important
}

body .compare-model .modal-body .product-right {
    margin-bottom: 20px;
    text-align: left
}

body .compare-model .modal-body .product-right .name {
    font-size: 16px
}

body .compare-model .modal-body .product-right .price {
    color: #9d1414;
    font-size: 20px
}

body .compare-model .modal-body .product-right .price_compare {
    color: #000;
    font-size: 16px;
    margin-left: 10px
}

body .compare-model .modal-body form ._btn {
    font-size: 16px;
    border-width: 1px;
    height: 44px;
    line-height: 42px;
    padding: 0 16px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    border-color: #8d785b;
    background-color: #8d785b
}

body .compare-model .modal-body form ._btn * {
    color: currentcolor
}

body .compare-model .modal-body form ._btn:focus,body .compare-model .modal-body form ._btn:hover {
    color: #fff;
    border-color: #9d1414;
    background-color: #9d1414
}

body .compare-model .modal-body form ._btn:focus *,body .compare-model .modal-body form ._btn:hover * {
    color: currentcolor
}

body .compare-model .modal-body form .selector-wrapper,body .compare-model .modal-body form .quantity-content {
    text-align: left
}

body .compare-model .modal-body form .selector-wrapper .quantity-title,body .compare-model .modal-body form .selector-wrapper label,body .compare-model .modal-body form .quantity-content .quantity-title,body .compare-model .modal-body form .quantity-content label {
    font-size: 14px;
    margin-right: 5px;
    color: #000;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    width: 60px
}

body .compare-model .modal-body form .selector-wrapper input,body .compare-model .modal-body form .selector-wrapper select,body .compare-model .modal-body form .quantity-content input,body .compare-model .modal-body form .quantity-content select {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

body .compare-model .modal-body form .selector-wrapper input:not(._btn),body .compare-model .modal-body form .selector-wrapper select:not(._btn),body .compare-model .modal-body form .quantity-content input:not(._btn),body .compare-model .modal-body form .quantity-content select:not(._btn) {
    width: 100%;
    height: 40px;
    border: 1px solid #dbcebd;
    border-radius: 5px;
    padding: 4px 5px 0 5px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px
}

body .compare-model .modal-body form .selector-wrapper input:not(._btn)::-webkit-input-placeholder,body .compare-model .modal-body form .selector-wrapper select:not(._btn)::-webkit-input-placeholder,body .compare-model .modal-body form .quantity-content input:not(._btn)::-webkit-input-placeholder,body .compare-model .modal-body form .quantity-content select:not(._btn)::-webkit-input-placeholder {
    font-size: 14px
}

body .compare-model .modal-body form .selector-wrapper input:not(._btn)::-moz-placeholder,body .compare-model .modal-body form .selector-wrapper select:not(._btn)::-moz-placeholder,body .compare-model .modal-body form .quantity-content input:not(._btn)::-moz-placeholder,body .compare-model .modal-body form .quantity-content select:not(._btn)::-moz-placeholder {
    font-size: 14px
}

body .compare-model .modal-body form .selector-wrapper input:not(._btn):-ms-input-placeholder,body .compare-model .modal-body form .selector-wrapper select:not(._btn):-ms-input-placeholder,body .compare-model .modal-body form .quantity-content input:not(._btn):-ms-input-placeholder,body .compare-model .modal-body form .quantity-content select:not(._btn):-ms-input-placeholder {
    font-size: 14px
}

body .compare-model .modal-body form .selector-wrapper input:not(._btn)::-ms-input-placeholder,body .compare-model .modal-body form .selector-wrapper select:not(._btn)::-ms-input-placeholder,body .compare-model .modal-body form .quantity-content input:not(._btn)::-ms-input-placeholder,body .compare-model .modal-body form .quantity-content select:not(._btn)::-ms-input-placeholder {
    font-size: 14px
}

body .compare-model .modal-body form .selector-wrapper input:not(._btn),body .compare-model .modal-body form .selector-wrapper select:not(._btn),body .compare-model .modal-body form .quantity-content input:not(._btn),body .compare-model .modal-body form .quantity-content select:not(._btn) {
    height: 40px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

body .compare-model .modal-body form .quantity-content label {
    margin-right: 2px
}

body .compare-model .modal-body .modal-body-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

body .compare-model .modal-body .modal-body-inner .modal-left {
    width: 30%;
    padding-right: 30px
}

body .compare-model .modal-body .modal-body-inner .modal-right {
    width: 70%
}

body .compare-model .modal-body .modal-body-inner .modal-right form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body .compare-model .modal-body .modal-body-inner .modal-right form>div {
    width: 50%
}

body .compare-model .modal-body .modal-body-inner .modal-right form .form-left {
    padding-right: 30px
}

body .compare-model .modal-body .modal-body-inner .modal-right form .form-right {
    border-left: 1px solid #dbcebd;
    padding-left: 30px
}

@media only screen and (max-width: 767px) {
    body .compare-model .modal-dialog {
        max-width: 300px !important
    }

    body .compare-model .modal-body .product-right,body .compare-model .modal-body .product-left {
        width: 100%
    }

    body .compare-model .modal-body .product-left {
        padding-right: 0px;
        margin-bottom: 15px
    }

    body .compare-model .modal-body .modal-body-inner {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .compare-model .modal-body .modal-body-inner .modal-left {
        padding-right: 0
    }

    body .compare-model .modal-body .modal-body-inner .modal-right,body .compare-model .modal-body .modal-body-inner .modal-left {
        width: 100%
    }

    body .compare-model .modal-body .modal-body-inner .modal-right {
        margin-top: 15px
    }

    body .compare-model .modal-body .modal-body-inner .modal-right form>div {
        width: 100%
    }

    body .compare-model .modal-body .modal-body-inner .modal-right form .form-right {
        border-left-width: 0;
        padding-left: 0;
        margin-top: 20px
    }
}

.social_front {
    display: none !important
}

.irs-line,.irs-bar {
    height: 3px !important;
    top: 30px !important
}

.irs-slider {
    width: 15px !important;
    height: 15px !important;
    top: 24px !important;
    border-radius: 50%
}

.irs-line-right,.irs-line-left,.irs-slider,.irs-bar {
    background-image: none !important
}

.irs-from:after,.irs-to:after,.irs-single:after {
    border-top-color: #9d1414 !important
}

.irs-from,.irs-to,.irs-single,.irs-slider,.irs-bar {
    background-color: #9d1414 !important
}

.irs-line-right,.irs-line-left {
    background-color: #dbcebd !important
}

.show-opacity-dropdown.active+body {
    overflow: hidden;
    -webkit-overflow-scrolling: auto
}

.nav-tabs {
    margin: 0
}

.sidebarMobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0px;
    padding: 10px;
    border-top: 1px solid #dbcebd;
    background-color: #f3e8dd;
    z-index: 10
}

@media only screen and (min-width: 992px) {
    .sidebarMobile {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .sidebarMobile ._btn {
        padding: 0 20px;
        margin-right: 7px;
        font-size: 16px;
        border-width: 1px;
        height: 44px;
        line-height: 42px;
        padding: 0 16px;
        font-weight: 500
    }

    .sidebarMobile ._btn:last-child {
        margin-right: 0px
    }

    .sidebarMobile ._btn.sidebarMobile-close {
        color: #fff;
        border-color: #8d785b;
        background-color: #8d785b
    }

    .sidebarMobile ._btn.sidebarMobile-close * {
        color: currentcolor
    }

    .sidebarMobile ._btn.sidebarMobile-clear {
        color: #000;
        border-color: #000;
        background-color: #fff
    }

    .sidebarMobile ._btn.sidebarMobile-clear * {
        color: currentcolor
    }
}

@media only screen and (max-width: 425px) {
    .sidebarMobile ._btn {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0
    }
}

.ajax-cart-loading {
    text-align: center
}