/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
    margin: 0 auto;
    padding: 20px;
    width: 1000px;
}
body.cms-home .slideshow-container {
    margin-top: 0;
}

.slideshow .banner-msg {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    top: 30%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow .banner-msg h2 {
    color: #FFFFFF;
    font-size: 24px;
    text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
    font-weight: bold;
    display: block;
    font-size: 36px;
}
.discount-form {
    display: inline-block;
    width: 100%;
}
.button2.btn-green.codecustom {
    margin-bottom: 8px;
}
.customload {
    background: rgba(0, 0, 0, 0.5) url("../images/opc-ajax-loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media only screen and (max-width: 770px) {
    .slideshow .banner-msg h2 {
        font-size: 20px;
    }

    .slideshow .banner-msg h2 strong {
        font-size: 24px;
    }
}
@media only screen and (max-width: 479px) {
    .slideshow .banner-msg {
        top: 20%;
    }

    .slideshow .banner-msg h2 {
        font-size: 14px;
    }

    .slideshow .banner-msg h2 strong {
        font-size: 16px;
    }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}

.promos:after {
    content: '';
    display: table;
    clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
    margin: 0 0 10px 0;
    list-style: none;
    text-align: center;
    position: relative;
    border: 1px solid #cccccc;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.promos > li:last-child {
    margin-bottom: 0;
}

.promos img {
    max-width: 100%;
    width: 100%;
}

.promos a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: block;
}

.promos span {
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    display: block;
    width: 100%;
    top: 10%;
    font-weight: 500;
    font-size: 20px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial,SimSun, sans-serif;
    text-shadow: 1px 1px 3px #555555;
}

.promos strong {
    font-weight: 600;
    font-size: 26px;
    display: block;
}

@media only screen and (min-width: 771px) {
    .promos span {
        font-size: 16px;
    }

    .promos strong {
        font-size: 17px;
    }

    /* Config: Three columns + flexible gutter */
    body .promos > li {
        float: left;
        width: 31.74603%;
        margin-right: 2.38095%;
    }

    .promos > li:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 880px) {
    .promos span {
        font-size: 18px;
    }

    .promos strong {
        font-size: 24px;
    }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
    display: none;
}

.cms-index-index h2.subtitle {
    padding: 6px 0;
    text-align: center;
    color: #3399cc;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
    display: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
    position: relative;
}

.categorylandingMainblock {
    border: 1px solid #E2E2E2;
    padding: 7px;
}

.catblocks {
    float: left;
    padding: 0 0 20px 0;
    width: 100%;
}

.catblocks li {
    position: relative;
    float: left !important;
    width: 23% !important;
    margin-right: 2.66667% !important;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    padding: 10px;
}

.catblocks li:hover {
    border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
    .catblocks li {
        width: 49% !important;
        margin-right: 2% !important;
    }

    .catblocks li:nth-child(even) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 479px) {
    .catblocks li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }
}
.catblocks li:last-child {
    margin-right: 0 !important;
}

.catblocks li img {
    width: 100%;
    max-width: 100%;
}

.catblocks li a span {
    color: #FFFFFF;
    position: absolute;
    background-color: #7B7C7B;
    font-family: raleway;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 10px;
    margin-right: 10px;
}

.catblocklinks a {
    color: #FFFFFF;
    text-decoration: none;
}

.catlandingbottomPromoblock {
    float: left;
    width: 100%;
    border: 1px solid #E2E2E2;
    margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
    display: block;
    margin: 0;
    position: absolute;
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
    color: #3399CC;
    font-size: 50px;
    font-weight: 800;
    padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
    padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
    background: url(../images/bg_threeDots.png) no-repeat center center;
    display: block;
    height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
    font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
    color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
    text-decoration: underline;
    color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
    color: #3399CC;
    font-size: 50px;
    font-weight: 800;
    padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
    padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
    background: url(../images/bg_threeDots.png) no-repeat center center;
    display: block;
    height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
    font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
    color: #656565;
}
#live-chat-box{width:124px;height:124px;background:#fff;padding:12px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;background:url('../images/live-chat-icon.png') no-repeat center 12px #fff;box-shadow: 1px 1px 10px 4px rgba(181, 181, 181, 0.8);-moz-box-shadow: 1px 1px 10px 4px rgba(181, 181, 181, 0.8);-webkit-box-shadow: 1px 1px 10px 4px rgba(181, 181, 181, 0.8);position:fixed;right:12px;top:450px;z-index:9999}
#live-chat-content{color:#006639;text-transform:uppercase;text-align:center;font-size:16px;line-height:31px;font-family:"Open Sans", "Helvetica Neue",Arial,SimSun, sans-serif;padding-top:35px;z-index:9999}
#live-chat-box button{width:100%;cursor:pointer;padding:0}
#live-chat-box .close-button{width:18px;height:18px;position:absolute;top:-9px;right:-9px;cursor:pointer;text-indent:-9999px;background:url('../images/live-chat-close-icon.png') no-repeat}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #live-chat-box {
        right: 25px
    }
}
.international-checkout-form
{
    max-width: 100%;
    float: left;
}
.international-checkout
{
    float:left;
    padding:15px 10px 10px 0;
}
.international-checkout-text{
    float: left;
    font-size: 14px;
    padding: 10px 10px 10px 0;
    width: auto;
}
.checkout-cart-index .international-checkout-text .first {
    clear:both;
}
.aw-onestepcheckout-index-index .international-checkout {
    /*    border-right: 1px solid #d4d4d4;*/
    clear: both;
    float: none;
    padding: 5px 20px 10px;
    width: 33%;
}
.aw-onestepcheckout-index-index .international-checkout-text {
    /*    border-right: 1px solid #d4d4d4;*/
    padding: 5px 20px 10px;
    width: 33%;
}
.aw-onestepcheckout-index-index .international-checkout-form {
    padding: 0 0 20px;
    width: 100%;
}
.international-checkout-text div {
    float: left;
}
.international-checkout-button
{
    background-repeat:no-repeat;
    outline:none;
    border:none;
    cursor:pointer;
    width:195px;
    height:35px;
}

.checkout-cart-index .col2-set .col-1
{
    width:35%;
	float:right;
	padding-right:0;
}
#shopping-cart-totals-table {
	float:right;
}
.checkout-cart-index .col2-set .col-2
{
    width:60%;
	float:left;
}
.checkout-cart-index .shipping
{
    float: left;
    width: 70%;
}
.checkout-onepage-index .col-main .opc, .checkout-onepage-index .sidebar{
    background-color: #f0f0f0;
}
.checkout-onepage-index .main-container.col2-right-layout {
    border: 1px solid #e5e5e5;
	margin-bottom: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.checkout-onepage-index .page-title h1 {
    border-bottom: medium none;
    margin-bottom: 15px;
    padding-bottom: 3px;
    text-transform: uppercase;
}
#coupon_code::-moz-placeholder {
    text-transform: none;
}
.checkout-onepage-index .opencustom .page-title h1 {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.checkout-onepage-index .col-right.sidebar {
    border-left: 1px solid #ffffff;
    margin-top: 64px;
	padding-bottom: 10px;
	position:relative;
}
.opc #opc-login p:not(.required) {
    font-style: normal;
}
.opc #opc-login .le-socialconnect-social .note-social-top {
    color: #000000;
    font-size: 14px;
}
.opc #opc-login .le-socialconnect-social {
    border-top: 2px solid #e0e0e0;
	padding-top: 10px;
    text-align: center;
}
.opc #opc-login .le-social-button-login .le-icon-social {
    display: inline-block;
}
.opc #opc-login .col2-set {
    padding-bottom: 20px;
    padding-top: 0;
}
.opc #opc-login .col-2 {
    border-left: 3px solid #e0e0e0;padding-left: 100px;
}	
.opc #opc-login .col2-set .col-1, .opc #opc-login .col2-set .col-2 {
    padding-bottom: 0;
    padding-top: 0;
}
.opc #opc-login .form-list .control label {
	text-transform: uppercase;
}
.checkout-right.cart-table .product-cart-info, .cart-table .product-cart-actions {
    padding-left: 0;
}
.checkout-right .product-cart-info.product-cart-left {
    float: left;
    width: 30%;
}	
.checkout-right .tr {
    border-bottom: 1px solid #cccccc;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}
.checkout-right .product-cart-right {
    float: right;
	padding-left: 15px;
    width: 70%;
}
.checkout-onepage-index .cart, .checkout-onepage-index #discount-coupon-form {
    padding: 0 10px;
}
.checkout-onepage-index .col-main {
    padding-right: 0;
}
.checkout-right .tr {
    clear: both;
}
.checkout-right.cart-table h2.product-name {
    margin: 0;
	text-align: left;
}
.checkout-right.cart-table h2.product-name a {
    font-size: 13px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.checkout-right .quantity_no {
    float: left;
    text-align: left;
    width: 50%;
}
.checkout-right .product-cart-total {
    float: right;
    text-align: right;
    width: 50%;
}
.checkout-onepage-index .thead {
    background-color: #e0e0e0;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}
.checkout-onepage-index .cart-totals-wrapper, .checkout-onepage-index #discount-coupon-form label {
    display: none;
}
.checkout-onepage-index #discount-coupon-form .input-text {
    margin-right: 0;
	max-width: 280px;
	width: 100%;
}
.discount-form {
    border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	text-align: center;
}
.checkout-onepage-index #discount-coupon-form .button-wrapper {
    margin-top: 10px;
    padding-bottom: 10px;
}
.checkout-onepage-index #discount-coupon-form button.btn-green span span {
    max-width: 100%;
	text-decoration: none;
    width: 280px;
}
#discount-coupon-form .button-wrapper > button {
    background: #000000 none repeat scroll 0 0;
    border-color: #000000;
}
#discount-coupon-form .button-wrapper > button::before {
    border-color: #000000;
}
.checkout-onepage-index .chkreview {
    background-color: #e0e0e0;
    border: 1px solid #cccccc;
    clear: both;
    margin: 10px 0;
	padding: 10px  ;
}
.checkout-onepage-index .chkreview .chk1 {
    padding-left: 5px;
    line-height: 18px;
    vertical-align: top;
    display: inline;
}
.chk1 > a {
    color: #006338;
    text-decoration: underline;
}
.checkout-onepage-index .chkreview .chk2 {
    color: red;
    padding-left: 15px;
}	
.checkout-onepage-index #shopping-cart-totals-table {
    font-weight: bold;
    margin: 10px;
}
#shopping-cart-totals-table .price {
    padding-left: 10px;
}
.opc #opc-login .step {
	padding: 0;
}
.opencustom .col-right.sidebar {
    display: none;
}
.checkout-onepage-index .opencustom .col-main {
    width: 100%;
}
.opencustom #opc-billing,.opencustom #opc-shipping,.opencustom #opc-shipping_method,.opencustom #opc-payment{display:none;}
.main-container.col2-right-layout.opencustom {
    background-color: #f0f0f0;
    max-width: 100%;
}
.opencustom .main {
    margin: 0 auto;
    max-width: 1000px;
}
.opencustom .step-title{display:none;}
.opc .section .step-title {
    background-color: #d1d1d1;
}
.opc .section.active .step-title {
    background-color: #006338;
}
.opc .section .step-title .number, .opc .section.allow .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.opc .section .step-title h2, .opc .section.allow .step-title h2{
    color: #666666;
}
.opc .section.active .step-title h2 {
    color: #ffffff;
}
.opc .section .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
	font-size: 16px;
	color: #666666;
}
.no-touch .opc .section.active.allow:hover .step-title .number {
	color: #ffffff;
}
.checkout-onepage-index .opc .button span {
    text-transform: unset;
}
.opc .button {
    border-radius: 3px;
}
#co-billing-form > .fieldset {
	width: 70%;
}
#checkout-step-billing .fieldset p.required {
    display: none;
}	
#checkout-step-billing .field.name-firstname, #checkout-step-billing .field.name-lastname, #checkout-step-billing .field.customer-city, #checkout-step-billing .field.customer-state, #checkout-step-billing .field.customer-postcode, #checkout-step-billing .field.customer-country, #checkout-step-billing .field.customer-telephone, #checkout-step-billing .field.customer-mobilehone {
    float: left;
    width: 50%;
}
#checkout-step-billing .input-text {
    width: 100%;
}
#checkout-step-billing select {
    margin-top: 0;
    width: 100%;
}
#checkout-step-billing .field.name-firstname, #checkout-step-billing .field.customer-city, #checkout-step-billing .field.customer-postcode, #checkout-step-billing .field.customer-telephone {
    padding-right: 10px;
}
#checkout-step-billing .wide > label.billing-street2 {
    display: none;
}	
.clear, #checkout-step-billing li.wide, li.fields {
    clear: both;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 100;
}
.cms-home .bx-wrapper .bx-controls-direction a, .product-view .block-related .bx-wrapper .bx-controls-direction a, .product-view .box-up-sell .bx-wrapper .bx-controls-direction a {
    margin-top: -16px;
	top: 50%;
    transform: none;
}
.cms-home .slider-hotproduct .bx-wrapper .bx-controls-direction a, .block-related .bx-wrapper .bx-controls-direction a, .box-up-sell .bx-wrapper .bx-controls-direction a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cms-home .bx-wrapper .bx-prev {
    left: 5px;
}
.cms-home .bx-wrapper .bx-next {
    right: 5px;
}
.cms-home .control_prev ,.cms-home .slider-hotproduct .owl-controls .owl-prev,.catalog-product-view .slider-hotproduct .owl-controls .owl-prev {
    left: -50px;top: calc(50% - 15px);
}
.cms-home .control_next ,.cms-home .slider-hotproduct .owl-controls .owl-next,.catalog-product-view .slider-hotproduct .owl-controls .owl-next {
    right: -50px;top: calc(50% - 15px);
}
.cms-home .item-hot {
    margin: 0 auto;
    max-width: 200px;
}
.opc #payment-buttons-container button.button {
    padding: 14px 30px;
}
.opc #payment-buttons-container .total-pay {
    display: block;
}
.opc #payment-buttons-container .pls-ord {
    display: block;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
}
.home-topslider .bx-wrapper{
	margin-bottom: 0;
}
.home-topslider .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
	left: 0;
}
.home-topslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home-topslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url("../images/dot-active.png");
    opacity: 1;
}
.makemetable {
    display: table;
}
.andmecell {
    display: table-cell;
    vertical-align: middle;
}
.cart-table h2.product-name {
    margin: 0;
    padding-left: 15px;
}
.checkout-onepage-index .cart-table h2.product-name {padding:0;}
.home-topslider .bx-default-pager {
    background: rgba(0, 0, 0, 0) url("../images/bg-controlbar.png") no-repeat scroll 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 49px;
    left: 50%;
    margin: 0 0 0 -8px;
    min-width: 147px;
    position: absolute;
    bottom: -13px;
    width: 147px;
	z-index: 99;
	transform: translateX(-50%);
}
.home-topslider .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0, 0, 0, 0) url("../images/dot-deactive.png") no-repeat scroll 0 0;
    display: block;
    height: 10px;
    margin: 0 3px 4px 5px;
    text-indent: -9999px;
    width: 10px;  
}   
.home-topslider  .bx-wrapper .bx-controls-direction a{ 
	
    
	/* transition-duration: 0.3s;transition-property: transform, opacity, background-color;background-color: rgba(255, 255, 255, 0.7);*/
  	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
    background-position: center center;
	background-repeat: no-repeat;
    height: 40px;
    width: 30px;
}
.home-topslider .bx-wrapper .bx-controls-direction a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.home-topslider  .bx-wrapper .bx-prev {
    /*background-image: url("../images/arrowLeft.png");*/
	background-image:none;
	transform: translate3d(-120px, 0px, 0px);
	background-color: rgba(255, 255, 255, 0); 
	left:0;
}
.home-topslider  .bx-wrapper .bx-next {
   /* background-image: url("../images/arrowRight.png");*/
   	background-image:none;
	transform: translate3d(-120px, 0px, 0px);
	background-color: rgba(255, 255, 255, 0);
	right:0;
}
.home-topslider:hover  .bx-wrapper .bx-prev {
    background-image: url("../images/arrowLeft.png");
	transform: translate3d(0, 0px, 0px);
	background-color: rgba(255, 255, 255, 0.7);
	left:5px;
}
.home-topslider:hover  .bx-wrapper .bx-next {
    background-image: url("../images/arrowRight.png");
	transform: translate3d(0, 0px, 0px);
	background-color: rgba(255, 255, 255, 0.7);
	right:5px;
}
.opc .buttons-set button.button {	
    text-transform: capitalize;
}
.opc #opc-login .buttons-set button.button {
    text-transform: uppercase;
}
.product-img-box .bx-wrapper .bx-viewport{
	left: 0 ;
}
.photo360::before, .photo360::after, .video-photo::before  {
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 15px;
	margin: 0 5px;
	vertical-align: middle;
	width: 15px;
}
.photo360::before{
	background-image: url("../images/rotate-left.png");
}
.photo360::after {
	background-image: url("../images/rotate-right.png");
}
.video-photo::before {
	background-image: url("../images/btn_play.png");	
}
.write-review-box {
	clear: both;
	padding: 10px 0;
}
.write-review-box .write-review {background-size: initial;background-image: url("../images/start-rating-new2.png"); background-position: 0px -27px;display: inline-block; height: 18px;width:85px;vertical-align: bottom;padding: 0 5px;}
.write-review-text {
	color: #636363;
}
.write-review-text:hover {
	cursor: pointer;
}
.product-view .product-img-box .more-views {
    margin: 0;
    padding: 70px 0;
}
.product-img-box .bx-wrapper {
    margin-bottom: 0;
}
.product-img-box .bx-wrapper .bx-next {
    bottom: -50px;
}
.fancybox-prev span {
	background: rgba(0, 0, 0, 0) url("../images/arrowLeft.png") no-repeat scroll left top;
}
.fancybox-next span {
	background: rgba(0, 0, 0, 0) url("../images/arrowRight.png") no-repeat scroll right top;	
}
.product-shop .cart-wrapper {
	margin-top: -45px;
	width: auto;
}
.product-view .content-review {
	border-left: 0 none;
	border-right: 0 none;
}
.product-img-box .product-image .item {
    padding: 0 20px;
}
.product-img-box .product-image .owl-controls .owl-prev {
    left: 5px;
}
.product-img-box .product-image .owl-controls .owl-next {
    right: 5px;
}
.payment-logos img {
    max-width: 100%;
}
.catalog-product-view .fancybox-wrap {
    border: 0px solid #e3e3e3;
}
.catalog-product-view .fancybox-opened .fancybox-skin {
	box-shadow: none;
}
.catalog-product-view .fancybox-item.fancybox-close {
	background-image: url("../images/newcloser.png"); 
    display: block;
    right: 0;
    top: -40px;
}
.product-view .product-img-box {
	position: relative;
}
.product-img-box .zoom-img-blk {
	z-index: 999;
    background-size: 30px 30px;
    bottom: 35px;
    float: none;
    height: 30px;
    position: absolute;
    right: 10px;
    width: 30px;
}
@media only screen and (max-width:979px) {	
	.checkout-onepage-index .sidebar {
		clear: both;
		display: block;
		float: none;
		padding: 0;	
		width: 100%;
	}
	.opc #opc-login .col-2 {
		border-left: medium none;
	}
	.opc #opc-login .step h3 {    text-align: left;}
	.opc .section .step {
		padding: 20px;
	}
	#co-billing-form > .fieldset {
		width: 100%;
	}
	.checkout-onepage-index .col-right.sidebar {
		margin-bottom: 0;
		margin-top: 0;
	}
	.checkout-onepage-index .banner-wide-category {
		display: none;
	}
	.checkout-onepage-index .main-container.col2-right-layout {
		padding: 0;
	}
	.checkout-onepage-index .page-title {
		text-align:center;
	}
	#checkout-step-billing .field.name-firstname, #checkout-step-billing .field.customer-city, #checkout-step-billing .field.customer-postcode, #checkout-step-billing .field.customer-telephone {
		padding-right: 0;
	}
	#checkout-step-billing .field.name-firstname, #checkout-step-billing .field.name-lastname, #checkout-step-billing .field.customer-city, #checkout-step-billing .field.customer-state, #checkout-step-billing .field.customer-postcode, #checkout-step-billing .field.customer-country, #checkout-step-billing .field.customer-telephone, #checkout-step-billing .field.customer-mobilehone {
		float: none;
		width: 80%;
	}
	.opc #payment-buttons-container button.button {
		width: 100%;
	}
}
@media only screen and (max-width:770px) {
	.product-view .product-img-box .more-views{
		clear: both;
		padding: 10px 35px;
	}
	.product-img-box .more-views .bx-wrapper .bx-prev {
		left: -35px;
	}
	.product-img-box .more-views .bx-wrapper .bx-next {
		right: -35px;
	}
	.zoom-img-blk {
		/*display: none;*/
	}
	.product-view .product-essential .product-img-box {
		border: medium none;
	}
	.product-img-box .owl-controls {
		display: none;
	}
	.product-view a.video-blk,.product-view .product-essential a.fancybox, .product-view .product-essential a.fancybox-media {
		margin: 3px 0;
		width: 100%;
	}
	.product-view .add-to-cart-buttons .button {
		margin-top: 10px;
		min-width: 300px;
	}
	.product-view .product-collateral .tab-container {
		max-height: 100%;
	}
}
@media only screen and (max-width:699px) {
	.cart-table .product-image {
		display: block;
	}
	.opc #opc-login .col-2 {
		border-left: medium none;
		margin-top: 20px;
	}
	.opc #opc-login .step h3 {    text-align: center;}
}
@media only screen and (max-width:600px) {
    .checkout-cart-index .cart-collaterals .col2-set .col-1
    {
        width:100%;
    }
    .checkout-cart-index .cart-collaterals .col2-set .col-2
    {
        width: 60%;
        float: right;
    }
	.footer .payment-logos ul {
		height: 200px;
	}
}